Note: This API is now obsolete.
Gets or sets the pressure pipe section label style name.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.280
Syntax
C#
[ObsoleteAttribute("Is not used", false)] public string PipeSectionLabelStyleName { get; set; }
VB
<ObsoleteAttribute("Is not used", false)> Public Property PipeSectionLabelStyleName As String Get Set
C++
public: [ObsoleteAttribute(L"Is not used", false)] property String^ PipeSectionLabelStyleName { String^ get (); void set (String^ value); }
Property Value
StringExceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when setting the property with an object name for a LabelStyle that doesn't exist. |