GetDoubleData Method (IXRecord)
Gets the specified XRecord data element whose data type is a double.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetDoubleData( _
LONG Index As System.Integer _
) As System.Double |
C# | |
---|
System.double GetDoubleData(
System.int Index
) |
JavaScript | |
---|
GetDoubleData(
Index : Number,\n) : Number |
Parameters
- Index
- Index of XRecord data element to get (see Remarks)
Parameters
- Value[out] or Return Value
- Double
Example
Remarks
See Also
Availability
DraftSight V1R4.0