Gets or sets the excluded codes for shapes or links All codes in ExcludedCodes must not 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[] ExcludedCodes { get; set; }
Visual Basic
Public Property ExcludedCodes As String()
	Get
	Set
Visual C++
public:
property array<String^>^ ExcludedCodes {
	array<String^>^ get ();
	void set (array<String^>^ value);
}

See Also