Gets or sets the style of the corridor's code set by ObjectId.

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

Syntax

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

Remarks

The specified ObjectId must be an existing Code Set Style in the drawing, which points to an instance of CodeSetStyle.

Exceptions

ExceptionCondition
System..::..ArgumentExceptionAn ArgumentException is raised if the specified ObjectId does not match an existing Code Set Style in the drawing.

See Also

[!:Autodesk::Civil::DatabaseServices::Styles::CodeSetStyle]