Arbortext IsoDraw
>
Macro Language Reference
>
Object Data Types
>
Element Object
>
element.layer
element.layer
Returns the layer which the element is located on as layer. This property is read only.
MACRO getLayerName
DEFINE el AS element
select all
el = activeDoc.firstSelectedElement
MESSAGE el.layer.name
END MACRO