PressurePipeOverrideOverrideStyleName Property |
Sets the override style of the pressure pipe.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.292
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 PressurePipeStyle.
|
See Also