PressurePipeNetworkFittingProfileLabelStyleName Property |
Gets or sets the fitting profile label style name.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.292
Syntaxpublic string FittingProfileLabelStyleName { get; set; }Public Property FittingProfileLabelStyleName As String
Get
Set
public:
property String^ FittingProfileLabelStyleName {
String^ get ();
void set (String^ value);
}Property Value
String
Exceptions| Exception | Condition |
|---|
| ArgumentException |
Thrown when setting the property with an object name for a LabelStyle that doesn't exist.
|
See Also