Gets or sets the Entity object's style Id.

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

Syntax

C#
public override ObjectId StyleId { get; set; }
Visual Basic
Public Overrides Property StyleId As ObjectId
	Get
	Set
Visual C++
public:
virtual property ObjectId StyleId {
	ObjectId get () override;
	void set (ObjectId value) override;
}

Exceptions

ExceptionCondition
System..::..InvalidOperationException Thrown when the entity does not have a style property.
System..::..ArgumentException Thrown when the style Id is invalid.

See Also