Gets the current survey project.
Namespace: Autodesk.Civil
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public SurveyProject GetCurrentProject()
VB
Public Function GetCurrentProject As SurveyProject
C++
public: SurveyProject^ GetCurrentProject()
Return Value
SurveyProjectExceptions
Exception | Condition |
---|---|
[!:Autodesk.Civil.SurveyException] | Thrown when there is no survey project opened. |