Share

LabelSetStylesRoot.AlignmentLabelSetStyles Property

Gets the collection of all alignment label set styles in the database.



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

Syntax

C#

public AlignmentLabelSetStyleCollection AlignmentLabelSetStyles { get; }

VB

Public ReadOnly Property AlignmentLabelSetStyles As AlignmentLabelSetStyleCollection
	Get

C++

public:
property AlignmentLabelSetStyleCollection^ AlignmentLabelSetStyles {
	AlignmentLabelSetStyleCollection^ get ();
}

Property Value

AlignmentLabelSetStyleCollection

See Also

Reference

Was this information helpful?