IntelliCAD 11.1 Object Library
SetXRecordData 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 : SetXRecordData Method

Description

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

Syntax

Visual Basic
Public Sub SetXRecordData( _
   ByVal XRecordDataType As Variant, _
   ByVal 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.