GetDoubleData Method (ICustomData)
Gets the specified custom data element whose data type is a double.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub GetDoubleData( _
LONG Index As System.Integer, _
DOUBLE* Value As System.Double _
) |
C# | |
---|
void GetDoubleData(
System.int Index,
out System.double Value
) |
JavaScript | |
---|
GetDoubleData(
Index : Number,
)
Value : Number
|
Parameters
- Index
- Index of the custom data element
- Value[out] or Return Value
- Double value
Example
Remarks
See Also
Availability
DraftSight V1R1.2