| Visual Basic | |
|---|---|
Function GetDataMarker( _ ByVal Index As System.Integer _ ) As System.Integer | |
| C# | |
|---|---|
System.int GetDataMarker( System.int Index ) | |
| JavaScript | |
|---|---|
GetDataMarker( Index : Number ) : Number | |
Parameters
- Index
- Index of the XRecord data element to get (see Remarks)
- Marker[out] or Return Value
- Marker (see Remarks)
Before calling this method, call IXRecord::GetDataCount to determine a valid value for Index.
Valid values for Marker range from 1 through 369. See the Remarks section in IXRecord for details.
DraftSight V1R4.0
Syntax