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