Inserts a point and marker at the specified index of the XRecord data element.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub InsertPointData( _
LONG Index As System.Integer, _
LONG Marker As System.Integer, _
IMathPoint* Point As MathPoint _
) |
JavaScript | |
---|
InsertPointData(
Index : Number,
Marker : Number,
Point : MathPoint
) |
Parameters
- Index
- Index of the XRecord data element where to insert a point (see Remarks)
- Marker
- Marker
- Point
- Point
Remarks
See Also
Availability
DraftSight V1R4.0