Visual Basic | |
---|---|
Sub InsertPointData( _ ByVal Index As System.Integer, _ ByVal Marker As System.Integer, _ ByVal X As System.Double, _ ByVal Y As System.Double, _ ByVal Z As System.Double _ ) |
C# | |
---|---|
void InsertPointData( System.int Index, System.int Marker, System.double X, System.double Y, System.double Z ) |
Parameters
- Index
- Index where to insert custom data
- Marker
- Marker for the custom data element
- X
x coordinate
- Y
- y coordinate
- Z
- 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::GetPointData Method
ICustomData::SetPointData Method
ICustomData Members
ICustomData::GetPointData Method
ICustomData::SetPointData Method
DraftSight V1R1.2