Visual Basic | |
---|---|
Sub GetPointData( _ ByVal Index As System.Integer, _ ByRef X As System.Double, _ ByRef Y As System.Double, _ ByRef Z As System.Double _ ) |
C# | |
---|---|
void GetPointData( System.int Index, out System.double X, out System.double Y, out System.double Z ) |
Parameters
- Index
- Index of the custom data element
- X[out]
- x coordinate
- Y[out]
- y coordinate
- Z[out] or Return Value
- z coordinate
Add, Modify, and Remove Custom Data (C#)
Add, Modify, and Remove Custom Data (VB.NET)
Add, Modify, and Remove Custom Data (VBA)
Add, Modify, and Remove Custom Data (VB.NET)
Add, Modify, and Remove Custom Data (VBA)
Call ICustomData::GetDataCount before calling this method to determine a valid value for Index.
ICustomData Interface
ICustomData Members
ICustomData::SetPointData Method
ICustomData::InsertPointData Method
ICustomData Members
ICustomData::SetPointData Method
ICustomData::InsertPointData Method
DraftSight V1R1.2