Share

LabelStylesPressurePipeRoot.LabelStyles Property

Note: This API is now obsolete.

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



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

Syntax

C#

[ObsoleteAttribute("Use LabelStylePressurePipeRoot.PlanProfileLabelStyles instead.", 
	false)]
public LabelStyleCollection LabelStyles { get; }

VB

<ObsoleteAttribute("Use LabelStylePressurePipeRoot.PlanProfileLabelStyles instead.", 
	false)>
Public ReadOnly Property LabelStyles As LabelStyleCollection
	Get

C++

public:
[ObsoleteAttribute(L"Use LabelStylePressurePipeRoot.PlanProfileLabelStyles instead.", 
	false)]
property LabelStyleCollection^ LabelStyles {
	LabelStyleCollection^ get ();
}

Property Value

LabelStyleCollection

See Also

Reference

Was this information helpful?