SetXData Method

Sets the extended data (XData) associated with an object.

See Also | Example

Signature

object.SetXData XDataType, XData

Object

All Drawing Objects , AttributeReference, Block, Dictionary, DimStyle, Group, Layer, Linetype, PlotConfigurations, RegisteredApplication, TextStyle, UCS, View, Viewport; XRecord
The object or objects this method applies to.

XDataType

Variant (array of short); input-only

XData

Array of Variant; input-only

Remarks

Extended data is an example of instance-specific data created by applications written with ObjectARX or AutoLISP. This data can be added to any entity. This data follows the entity's definition data and is maintained in the order in which it was saved into the document. (AutoCAD maintains this information but doesn't use it.)

 

   Comments?