Gets or sets the pressure pipe section label style name.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.4.208.0
Syntax
C#
[ObsoleteAttribute("Is not used", false)] public string PipeSectionLabelStyleName { get; set; }
Visual Basic
<ObsoleteAttribute("Is not used", False)> _ Public Property PipeSectionLabelStyleName As String Get Set
Visual C++
public: [ObsoleteAttribute(L"Is not used", false)] property String^ PipeSectionLabelStyleName { String^ get (); void set (String^ value); }
Exceptions
Exception | Condition |
---|---|
System.ArgumentException | Thrown when setting the property with an object name for a LabelStyle that doesn't exist. |