Share

vlr-data (AutoLISP)

Product Documentation
Intermediate

Returns application-specific data associated with a reactor

(vlr-data obj)

Arguments

obj

A VLR object representing the reactor object from which to extract data.

Return Values

The application-specific data obtained from the reactor object.

Examples

The following example obtains a string associated with the circleReactor VLR object:

(vlr-data circleReactor)
"Circle Reactor"

Was this information helpful?