GetCurrentProject Method

Gets the current survey project.

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

Syntax

C#

public SurveyProject GetCurrentProject()

Visual Basic

Public Function GetCurrentProject As SurveyProject

Visual C++

public:
SurveyProject^ GetCurrentProject()

Exceptions

ExceptionCondition
[!:Autodesk.Civil.SurveyException] Thrown when there is no survey project opened.

See Also