GetPointCodes Method

Gets the point codes from current CorridorSection's subassemblies.

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

Syntax

C#

public string[] GetPointCodes()

Visual Basic

Public Function GetPointCodes As String()

Visual C++

public:
array<String^>^ GetPointCodes()

See Also