CorridorCodeSetStyleId Property |
Gets or sets the style of the corridor's code set by ObjectId.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic ObjectId CodeSetStyleId { get; set; }
Public Property CodeSetStyleId As ObjectId
Get
Set
public:
property ObjectId CodeSetStyleId {
ObjectId get ();
void set (ObjectId value);
}
Property Value
ObjectId
ExceptionsException | Condition |
---|
ArgumentException | An ArgumentException
is raised if the specified ObjectId does not match an existing Code Set Style in the drawing.
|
RemarksThe specified ObjectId must be an existing Code Set Style in the drawing, which points to an instance
of CodeSetStyle.
See AlsoReference
[!:Autodesk::Civil::DatabaseServices::Styles::CodeSetStyle]