Gets or sets a string that specifies excluded point numbers.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public string ExcludeNumbers { get; set; }
VB
Public Property ExcludeNumbers As String Get Set
C++
public: property String^ ExcludeNumbers { String^ get (); void set (String^ value); }