Sets the override style of the appurtenance.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.280
Syntax
C#
public override string OverrideStyleName { set; }
VB
Public Overrides WriteOnly Property OverrideStyleName As String Set
C++
public: virtual property String^ OverrideStyleName { void set (String^ value) override; }
Property Value
StringExceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when setting the property with a string that is not name of AppurtenanceStyle. |