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
Before calling this method, call IXRecord::GetDataCount to determine a valid value for Index.
IXRecord Interface
IXRecord Members
IXRecord::InsertPointData Method ()
IXRecord::SetPointData Method ()
IXRecord Members
IXRecord::InsertPointData Method ()
IXRecord::SetPointData Method ()
DraftSight V1R4.0