CogoPointCollection Class

This class encapsulates a collection of CogoPoint objects.

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

Syntax

C#

public sealed class CogoPointCollection : IEnumerable<ObjectId>

Visual Basic

Public NotInheritable Class CogoPointCollection _
	Implements IEnumerable(Of ObjectId)

Visual C++

public ref class CogoPointCollection sealed : IEnumerable<ObjectId>

Inheritance Hierarchy

System.Object
  Autodesk.Civil.DatabaseServices.CogoPointCollection

See Also