AssemblyCodeSetStyleId Property |
Gets or sets the CodeSetStyle Id.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
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| Exception | Condition |
|---|
| [!:System.ArgumentException] |
Thrown when the specified style Id is invalid.
|
See Also