SetPointData Method (IXRecord) Send Feedback
See Also 
Index
Index of XRecord data element to set to a point (see Remarks)
Point
Point
Sets the specified XRecord data element to a point.

Syntax

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

Parameters

Index
Index of XRecord data element to set to a point (see Remarks)
Point
Point

Remarks

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

See Also

Availability

DraftSight V1R4.0