Share

SurveyQueryCollection.GetItem(String) Method

Find the meta query list for the specified query name.



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

Syntax

C#

public ArrayList GetItem(
	string queryName
)

VB

Public Function GetItem ( 
	queryName As String
) As ArrayList

C++

public:
ArrayList^ GetItem(
	String^ queryName
)

Parameters

queryName  String
 

Return Value

ArrayList

Exceptions

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

See Also

Reference

Was this information helpful?