Sets the point on the
Arc or
Circle where to start the radius Dimension line.
Syntax
Visual Basic | |
---|
Sub SetDefiningPoint( _
ByVal X As System.Double, _
ByVal Y As System.Double, _
ByVal Z As System.Double _
) |
C# | |
---|
void SetDefiningPoint(
System.double X,
System.double Y,
System.double Z
) |
JavaScript | |
---|
SetDefiningPoint(
X : Number,
Y : Number,
Z : Number
) |
COM native C++ | |
---|
HRESULT SetDefiningPoint(
DOUBLE X,
DOUBLE Y,
DOUBLE Z
) |
C++ | |
---|
DSRESULT SetDefiningPoint(
double X,
double Y,
double Z
) |
Parameters
- X
- x coordinate
- Y
- y coordinate
- Z
- z coordinate
See Also
Availability
DraftSight V1R1.2