GetPointNumbers Method

Gets an array that contains the point numbers for all COGO points in the PointGroup.

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

Syntax

C#

public uint[] GetPointNumbers()

Visual Basic

Public Function GetPointNumbers As UInteger()

Visual C++

public:
array<unsigned int>^ GetPointNumbers()

See Also