Solid Edge Draft Type Library
ZOrder Property
Description
Specifies the front-to-back order in which an object is displayed relative to other objects.
Property type
Read-only property
Syntax
Visual Basic
Public Property ZOrder As Long
Remarks
This relationship is maintained by storing a cardinal order position on each object. An object with a higher cardinal order is displayed in front of one with a lower cardinal number. A change in an object's ZOrder changes how objects are displayed if filled objects are displayed over other objects. The value assigned to this property can be changed internally to maintain unique values on all objects. Therefore, the value returned for this property may not be the same value to which the property was set.
See Also

DrawingView Object  | DrawingView Members