CivilDocumentCogoPoints Property |
Gets the collection of all CogoPoints in the drawing.
Namespace: Autodesk.Civil.ApplicationServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic CogoPointCollection CogoPoints { get; }
Public ReadOnly Property CogoPoints As CogoPointCollection
Get
public:
property CogoPointCollection^ CogoPoints {
CogoPointCollection^ get ();
}
Property Value
CogoPointCollection
See Also