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