Finds the survey project for the specified project path.
Namespace: Autodesk.CivilAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
Visual Basic |
---|
Public Function GetItem ( _
surveyProjectPath As String _
) As SurveyProject |
Visual C++ |
---|
public:
SurveyProject^ GetItem(
String^ surveyProjectPath
) |
Parameters
- surveyProjectPath
- Type: System..::..String
Exceptions
Exception | Condition |
---|
System..::..ArgumentNullException | Thrown when surveyProjectPath is null. |
[!:Autodesk.Civil.SurveyException] | Thrown when there is no project associated with the project path. |
See Also