PressurePipeNetworkFittingPlanLabelStyleName Property |
Gets or sets the fitting plan label style name.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.7.0.1190
Syntaxpublic string FittingPlanLabelStyleName { get; set; }Public Property FittingPlanLabelStyleName As String
Get
Set
public:
property String^ FittingPlanLabelStyleName {
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