Sets the Assembly Style Id.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public override ObjectId StyleId { set; }Visual Basic
Public Overrides WriteOnly Property StyleId As ObjectId
SetVisual C++
public: virtual property ObjectId StyleId { void set (ObjectId value) override; }
Exceptions
| Exception | Condition |
|---|---|
| [!:System.ArgumentException] | Thrown when the specified style id is not a assembly style id or from another data base. |