Share

PointGroupQueryToken.NotEqual Property

Gets the query string token for a logical not equals comparison.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public static string NotEqual { get; }

VB

Public Shared ReadOnly Property NotEqual As String
	Get

C++

public:
static property String^ NotEqual {
	String^ get ();
}

Property Value

String

See Also

Reference

Was this information helpful?