ProfileOverrideOverrideStyleName Property |
Sets the override style of the entity.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.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 an object which type is not ProfileStyle.
|
See Also