Share

CodeSetStyleItem.Code Property

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

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

Reference

Was this information helpful?