SectionOverrideOverrideStyleId Property |
Sets the override style of the entity.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic override ObjectId OverrideStyleId { set; }Public Overrides WriteOnly Property OverrideStyleId As ObjectId
Set
public:
virtual property ObjectId OverrideStyleId {
void set (ObjectId value) override;
}Property Value
ObjectId
Exceptions| Exception | Condition |
|---|
| ArgumentException |
Thrown when setting the property with an object id which type is not SectionStyle.
|
Remarks
OBJECTID TYPE: Autodesk.Civil.DatabaseServices.Styles.SectionStyle
See Also