CodeSetStyleItemCode Property |
Gets or sets the code string.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic string Code { get; set; }
Public Property Code As String
Get
Set
public:
property String^ Code {
String^ get ();
void set (String^ value);
}
Property Value
String
ExceptionsException | Condition |
---|
InvalidOperationException |
Thrown when the CodeSetStyleItemType is not NormalItemType.
|
Remarks
This property can't apply to DefaultCode item and NoCode item.
See Also