InsertPointData Method (ICustomData)
Inserts a point and a marker at the specified index.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub InsertPointData( _
long Index As System.Integer, _
long Marker As System.Integer, _
double X As System.Double, _
double Y As System.Double, _
double Z As System.Double _
) |
C# | |
---|
void InsertPointData(
System.int Index,
System.int Marker,
System.double X,
System.double Y,
System.double Z
) |
JavaScript | |
---|
InsertPointData(
Index : Number,
Marker : Number,
X : Number,
Y : Number,
Z : Number
) |
Parameters
- Index
- Index where to insert custom data
- Marker
- Marker for the custom data element
- X
x coordinate
- Y
- y coordinate
- Z
- z coordinate
Example
Remarks
See Also
Availability
DraftSight V1R1.2