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