Sets the feature location (i.e., the point to measure) for the ordinate Dimension.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SetFeaturePoint( _
DOUBLE X As System.Double, _
DOUBLE Y As System.Double, _
DOUBLE Z As System.Double _
) |
C# | |
---|
void SetFeaturePoint(
System.double X,
System.double Y,
System.double Z
) |
JavaScript | |
---|
SetFeaturePoint(
X : Number,
Y : Number,
Z : Number,
) |
COM native C++ | |
---|
HRESULT SetFeaturePoint(
double X,
double Y,
double Z
) |
C++ | |
---|
DSRESULT SetFeaturePoint(
DOUBLE X,
DOUBLE Y,
DOUBLE Z
) |
Parameters
- X
- x coordinate
- Y
- y coordinate
- Z
- z coordinate
See Also
Availability
DraftSight V1R1.2