StandardPointGroupQueryExcludeNumbers Property

Gets or sets a string that specifies excluded point numbers.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntax
public string ExcludeNumbers { get; set; }

Property Value

String
Remarks
This string can contain a comma-separated list of point numbers, or point ranges (for example "100-105").
See Also