GetPointCodes Method

Gets all point codes of the corridor.

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

Syntax

C#

public string[] GetPointCodes()

Visual Basic

Public Function GetPointCodes As String()

Visual C++

public:
array<String^>^ GetPointCodes()

See Also