SectionDisplayOptionOverrideStyleName Property |
Sets the override style of the entity.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.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: the style specified by name does not exist.
|
| [!:System.InvalidOperationException] |
Thrown when: the section source type doesn't support to set style.
|
See Also