This class encapsulates the read-only collection for projects. From this class, you can get the current survey project or find a specific survey project
Inheritance Hierarchy
SystemObjectSystemMarshalByRefObject
DisposableWrapper
Autodesk.CivilSurveyProjectCollection
Namespace: Autodesk.Civil
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.6.1067.0
Syntax
C#
public sealed class SurveyProjectCollection : DisposableWrapper, IEnumerable<SurveyProject>
VB
Public NotInheritable Class SurveyProjectCollection Inherits DisposableWrapper Implements IEnumerable(Of SurveyProject)
C++
public ref class SurveyProjectCollection sealed : public DisposableWrapper, IEnumerable<SurveyProject^>
The SurveyProjectCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Count | Gets the number of SurveyProject objects in the collection. |
![]() | Item | |
![]() | WorkingFolder | Get or sets the working folder for survey projects. |
Methods
Name | Description | |
---|---|---|
![]() | GetCurrentProject | Gets the current survey project. |
![]() | GetEnumerator | Implements the method declared in the IEnumerable<T> interface. This method returns an enumertor which can be used to enumerate this collection. |
![]() | GetItem(Guid) | Find the survey project for the specified project GUID. |
![]() | GetItem(String) | Finds the survey project for the specified project path. |
![]() | GetObjectEnumerator | Implements the method declared in the IEnumerable interface. This method returns an enumertor which can be use to enumerate this collection. |