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