Sets whether to override style for the display of the entity.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public override bool UseOverrideStyle { set; } |
Visual Basic |
---|
Public Overrides WriteOnly Property UseOverrideStyle As Boolean
Set |
Visual C++ |
---|
public:
virtual property bool UseOverrideStyle {
void set (bool value) override;
} |
Exceptions
Exception | Condition |
---|
[!:System.InvalidOperationException] |
Thrown when: the section source type doesn't support to set style.
|
See Also