CogoPoints Property

Gets the collection of all CogoPoints in the drawing.

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

Syntax

C#

public CogoPointCollection CogoPoints { get; }

Visual Basic

Public ReadOnly Property CogoPoints As CogoPointCollection
	Get

Visual C++

public:
property CogoPointCollection^ CogoPoints {
	CogoPointCollection^ get ();
}

See Also