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.9.0.960
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
Exceptions
RemarksThe specified ObjectId must be an existing Code Set Style in the drawing, which points to an instance
of CodeSetStyle.
See Also