Share

StandardPointGroupQuery.ExcludeNumbers Property

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);
}

Property Value

String

Remarks

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

See Also

Reference

Was this information helpful?