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