Sets the center point of the Arc.
Syntax
| Visual Basic | |
|---|
Sub SetCenter( _
ByVal X As System.Double, _
ByVal Y As System.Double, _
ByVal Z As System.Double _
) |
| C# | |
|---|
void SetCenter(
System.double X,
System.double Y,
System.double Z
) |
| JavaScript | |
|---|
SetCenter(
X : Number,
Y : Number,
Z : Number
) |
| COM native C++ | |
|---|
HRESULT SetCenter(
DOUBLE X,
DOUBLE Y,
DOUBLE Z
) |
Parameters
- X
- x coordinate of the center point
- Y
- y coordinate of the center point
- Z
- z coordinate of the center point
See Also
Availability
DraftSight V1R1.1