SurveyProjectCollectionGetItem(Guid) Method |
Find the survey project for the specified project GUID.
Namespace: Autodesk.CivilAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic SurveyProject GetItem(
Guid surveyProjectGuid
)
Public Function GetItem (
surveyProjectGuid As Guid
) As SurveyProject
public:
SurveyProject^ GetItem(
Guid surveyProjectGuid
)
Parameters
- surveyProjectGuid Guid
-
Return Value
SurveyProject
ExceptionsException | Condition |
---|
[!:Autodesk.Civil.SurveyException] |
Thrown when there is no project associated with the GUID.
|
See Also