Share

SuperelevationView.StyleId Property

Sets the SuperelevationView's style by ObjectId.



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

Syntax

C#

public override ObjectId StyleId { set; }

VB

Public Overrides WriteOnly Property StyleId As ObjectId
	Set

C++

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

Property Value

ObjectId

Exceptions

ExceptionCondition
ArgumentException Thrown when the style Id is invalid.
ArgumentException Thrown when the style Id is invalid.

Remarks

StyleId is the ObjectId of an Autodesk.Civil.DatabaseServices.Styles.SuperelevationViewStyle object.

See Also

Reference

Was this information helpful?