GetItem Method (String)

Finds the survey project for the specified project path.

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

Syntax

C#

public SurveyProject GetItem(
	string surveyProjectPath
)

Visual Basic

Public Function GetItem ( _
	surveyProjectPath As String _
) As SurveyProject

Visual C++

public:
SurveyProject^ GetItem(
	String^ surveyProjectPath
)

Parameters

surveyProjectPath
Type: System.String

Exceptions

ExceptionCondition
System.ArgumentNullExceptionThrown when surveyProjectPath is null.
[!:Autodesk.Civil.SurveyException]Thrown when there is no project associated with the project path.

See Also