Gets or sets the code string.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public string Code { get; set; }
VB
Public Property Code As String Get Set
C++
public: property String^ Code { String^ get (); void set (String^ value); }
Property Value
StringExceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown when the CodeSetStyleItemType is not NormalItemType. |