SurveyQueryCollectionGetItem(String) Method |
Find the meta query list for the specified query name.
Namespace: Autodesk.CivilAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic ArrayList GetItem(
string queryName
)
Public Function GetItem (
queryName As String
) As ArrayList
public:
ArrayList^ GetItem(
String^ queryName
)
Parameters
- queryName String
-
Return Value
ArrayList
ExceptionsException | Condition |
---|
[!:Autodesk.Civil.SurveyException] |
Thrown when get nothing
|
See Also