StandardPointGroupQueryExcludeNumbers Property |
Gets or sets a string that specifies excluded point numbers.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntaxpublic string ExcludeNumbers { get; set; }
Public Property ExcludeNumbers As String
Get
Set
public:
property String^ ExcludeNumbers {
String^ get ();
void set (String^ value);
}
Property Value
String
Remarks
This string can contain a comma-separated list of point numbers, or point ranges (for example "100-105").
See Also