LabelStyles Property

Gets the collection of all label styles of fitting in the database.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.4.208.0

Syntax

C#

public LabelStyleCollection LabelStyles { get; }

Visual Basic

Public ReadOnly Property LabelStyles As LabelStyleCollection
	Get

Visual C++

public:
property LabelStyleCollection^ LabelStyles {
	LabelStyleCollection^ get ();
}

See Also