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