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