Gets or sets the auto stagger type on the label object.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public StaggerLabelType AutoStagger { get; set; } |
Visual Basic |
---|
Public Property AutoStagger As StaggerLabelType Get Set |
Visual C++ |
---|
public: property StaggerLabelType AutoStagger { StaggerLabelType get (); void set (StaggerLabelType value); } |