CodeSetStyleItemCode Property

Gets or sets the code string.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public string Code { get; set; }

Property Value

String
Exceptions
ExceptionCondition
InvalidOperationException Thrown when the CodeSetStyleItemType is not NormalItemType.
Remarks
This property can't apply to DefaultCode item and NoCode item.
See Also