Share

PointGroupQueryToken.LessThan Property

Gets the query string token for a less than comparison.



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

Syntax

C#

public static string LessThan { get; }

VB

Public Shared ReadOnly Property LessThan As String
	Get

C++

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

Property Value

String

See Also

Reference

Was this information helpful?