Gets or sets the style of the corridor's code set by ObjectId.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public ObjectId CodeSetStyleId { get; set; }
VB
Public Property CodeSetStyleId As ObjectId Get Set
C++
public: property ObjectId CodeSetStyleId { ObjectId get (); void set (ObjectId value); }
Property Value
ObjectIdExceptions
Exception | Condition |
---|---|
ArgumentException | An ArgumentException is raised if the specified ObjectId does not match an existing Code Set Style in the drawing. |
Remarks
The specified ObjectId must be an existing Code Set Style in the drawing, which points to an instance of CodeSetStyle.
See Also
Reference
[!:Autodesk::Civil::DatabaseServices::Styles::CodeSetStyle]