Share

SurveyProjectCollection.GetItem(String) Method

Finds the survey project for the specified project path.



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

Syntax

C#

public SurveyProject GetItem(
	string surveyProjectPath
)

VB

Public Function GetItem ( 
	surveyProjectPath As String
) As SurveyProject

C++

public:
SurveyProject^ GetItem(
	String^ surveyProjectPath
)

Parameters

surveyProjectPath  String
 

Return Value

SurveyProject

Exceptions

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

See Also

Reference

Was this information helpful?