CrossingSectionLabelStyles Property

Gets the collection of all label styles of pressure pipe crossing section in the database.

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

Syntax

C#

public LabelStyleCollection CrossingSectionLabelStyles { get; }

Visual Basic

Public ReadOnly Property CrossingSectionLabelStyles As LabelStyleCollection
	Get

Visual C++

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

See Also