Gets or sets the included codes for shapes or links All codes in IncludedCodes must be included in a shape or link.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.5.1584.0

Syntax

C#
public string[] IncludedCodes { get; set; }
Visual Basic
Public Property IncludedCodes As String()
	Get
	Set
Visual C++
public:
property array<String^>^ IncludedCodes {
	array<String^>^ get ();
	void set (array<String^>^ value);
}

See Also