InsertPointData Method (IXRecord) Send Feedback
See Also 
Index
Index of the XRecord data element where to insert a point (see Remarks)
Marker
Marker
Point
Point
Inserts a point and marker at the specified index of the XRecord data element.

Syntax

Visual Basic 
Sub InsertPointData( _
   ByVal Index As System.Integer, _
   ByVal Marker As System.Integer, _
   ByVal Point As MathPoint _
) 
C# 
void InsertPointData( 
   System.int Index,
   System.int Marker,
   MathPoint Point
)
JavaScript 
InsertPointData( 
   Index : Number,
   Marker : Number,
   Point : dsMathPoint
)
COM native C++ 
HRESULT InsertPointData( 
   LONG Index,
   LONG Marker,
   IMathPoint* Point
) 
C++ 
DSRESULT InsertPointData( 
   long Index,
   long Marker,
   dsMathPoint* Point
) 

Parameters

Index
Index of the XRecord data element where to insert a point (see Remarks)
Marker
Marker
Point
Point

Remarks

Before calling this method, call IXRecord::GetDataCount to determine a valid value for Index.
 

See Also

Availability

DraftSight V1R4.0