SetPointData Method (ICustomData)
Sets the specified custom data element whose value is a point.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SetPointData( _
long Index As System.Integer, _
double X As System.Double, _
double Y As System.Double, _
double Z As System.Double _
) |
C# | |
---|
void SetPointData(
System.int Index,
System.double X,
System.double Y,
System.double Z
) |
JavaScript | |
---|
SetPointData(
Index : Number,
X : Number,
Y : Number,
Z : Number
) |
COM native C++ | |
---|
HRESULT SetPointData(
LONG Index,
DOUBLE X,
DOUBLE Y,
DOUBLE Z
) |
Parameters
- Index
- Index of the custom data element
- X
- x coordinate
- Y
- y coordinate
- Z
- z coordinate
Example
Remarks
See Also
Availability
DraftSight V1R1.2