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.8.0.280
Syntax
C#
public LabelStyleCollection CrossingSectionLabelStyles { get; }
VB
Public ReadOnly Property CrossingSectionLabelStyles As LabelStyleCollection Get
C++
public: property LabelStyleCollection^ CrossingSectionLabelStyles { LabelStyleCollection^ get (); }