SurveyProjectCollectionGetItem(String) Method |
Finds the survey project for the specified project path.
Namespace: Autodesk.CivilAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic SurveyProject GetItem(
string surveyProjectPath
)
Public Function GetItem (
surveyProjectPath As String
) As SurveyProject
public:
SurveyProject^ GetItem(
String^ surveyProjectPath
)
Parameters
- surveyProjectPath String
-
Return Value
SurveyProject
ExceptionsException | Condition |
---|
ArgumentNullException | Thrown when surveyProjectPath is null. |
[!:Autodesk.Civil.SurveyException] | Thrown when there is no project associated with the project path. |
See Also