Inserts a double and marker at the specified index of the XRecord data element.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub InsertDoubleData( _
LONG Index As System.Integer, _
LONG Marker As System.Integer, _
DOUBLE Value As System.Double _
) |
C# | |
---|
void InsertDoubleData(
System.int Index,
System.int Marker,
System.double Value
) |
Parameters
- Index
- Index of the XRecord data element where to insert the double (see Remarks)
- Marker
- Marker
- Value
- Double
Remarks
See Also
Availability
DraftSight V1R4.0