Entity.PrintOrder Property

Gets or sets the entity printing order. Entities with a lower value are printed first. Default value is zero.
Public Property PrintOrder() As SByte
This language is not supported or no code example is available.
public SByte PrintOrder {get; set;}
This language is not supported or no code example is available.

Property Value

SByte
Remarks
 

Useful in case of overlapping objects to set which ones to print in front of the others.

Only meaningful for leaf entities, this property is ignored on BlockReference.

.NET Framework

Supported in: 4.8

In this article

Definition