IntelliCAD 11.1 Object Library
GetXRecordData Method
See Also 
XRecordDataType
The type of data (for example, string or 3D point).
XRecordDataValue

The value of the XRecord (for example, "Hello" or 5,0,0).

XRecord Object : GetXRecordData Method

Description

Gets the extended record data (XRecordData) associated with a dictionary.

Syntax

Visual Basic
Public Sub GetXRecordData( _
   ByRef XRecordDataType As Variant, _
   ByRef XRecordDataValue As Variant _
) 

Parameters

XRecordDataType
The type of data (for example, string or 3D point).
XRecordDataValue

The value of the XRecord (for example, "Hello" or 5,0,0).

See Also

© 2022 IntelliCAD Technology Consortium. All Rights Reserved.