Gets or sets the pressure pipe profile label style name.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.4.208.0
Syntax
C#
public string PipeProfileLabelStyleName { get; set; }Visual Basic
Public Property PipeProfileLabelStyleName As String
Get
SetVisual C++
public: property String^ PipeProfileLabelStyleName { 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. |