Share

PointGroup.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.8.0.280

Syntax

C#

public uint[] GetPointNumbers()

VB

Public Function GetPointNumbers As UInteger()

C++

public:
array<unsigned int>^ GetPointNumbers()

Return Value

UInt32

See Also

Reference

Was this information helpful?