Find the meta query list for the specified query name.

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

Syntax

C#
public ArrayList GetItem(
	string queryName
)
Visual Basic
Public Function GetItem ( _
	queryName As String _
) As ArrayList
Visual C++
public:
ArrayList^ GetItem(
	String^ queryName
)

Parameters

queryName
Type: System..::..String

Exceptions

ExceptionCondition
[!:Autodesk.Civil.SurveyException] Thrown when get nothing

See Also