PressureAppurtenanceOverrideOverrideStyleName Property |
Sets the override style of the appurtenance.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.7.0.1190
Syntaxpublic override string OverrideStyleName { set; }Public Overrides WriteOnly Property OverrideStyleName As String
Set
public:
virtual property String^ OverrideStyleName {
void set (String^ value) override;
}Property Value
String
Exceptions| Exception | Condition |
|---|
| ArgumentException |
Thrown when setting the property with a string that is not name of AppurtenanceStyle.
|
See Also