Gets the collection of all CogoPoints in the drawing.
Namespace: Autodesk.Civil.ApplicationServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public CogoPointCollection CogoPoints { get; }
VB
Public ReadOnly Property CogoPoints As CogoPointCollection Get
C++
public: property CogoPointCollection^ CogoPoints { CogoPointCollection^ get (); }