Share

CivilDocument.CogoPoints Property

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 ();
}

Property Value

CogoPointCollection

See Also

Reference

Was this information helpful?