GetPointData Method (IXRecord) Send Feedback
See Also 
Point[out]
Point
Index
Index of XRecord whose data type is a point (see Remarks)
Gets the specified XRecord data element whose data type is a point.

Syntax

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

Parameters

Index
Index of XRecord whose data type is a point (see Remarks)
Point[out] or Return Value
Point

Remarks

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

See Also

Availability

DraftSight V1R4.0