Share

SectionDisplayOption.OverrideStyleId Property

Sets the override style of the entity.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public override ObjectId OverrideStyleId { set; }

VB

Public Overrides WriteOnly Property OverrideStyleId As ObjectId
	Set

C++

public:
virtual property ObjectId OverrideStyleId {
	void set (ObjectId value) override;
}

Property Value

ObjectId

Exceptions

ExceptionCondition
ArgumentException Thrown when: new style object id is invalid.
[!:System.InvalidOperationException] Thrown when: the section source type doesn't support to set style.

Remarks

OBJECTID TYPE: Autodesk.Civil.DatabaseServices.Styles.SectionStyle

See Also

Reference

Was this information helpful?