AutoStagger Property

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

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.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);
}

See Also