Share

LabelBase.AutoStagger Property

Gets or sets the auto stagger type on the label object.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public StaggerLabelType AutoStagger { get; set; }

VB

Public Property AutoStagger As StaggerLabelType
	Get
	Set

C++

public:
property StaggerLabelType AutoStagger {
	StaggerLabelType get ();
	void set (StaggerLabelType value);
}

Property Value

StaggerLabelType

See Also

Reference

Was this information helpful?