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

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

Syntax

C#
public sealed class SurveyProjectCollection : DisposableWrapper, 
	IEnumerable<SurveyProject>
Visual Basic
Public NotInheritable Class SurveyProjectCollection _
	Inherits DisposableWrapper _
	Implements IEnumerable(Of SurveyProject)
Visual C++
public ref class SurveyProjectCollection sealed : public DisposableWrapper, 
	IEnumerable<SurveyProject^>

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    DisposableWrapper
      Autodesk.Civil..::..SurveyProjectCollection

See Also