GetOffsetBaselineNames Method

Returns all the names of the associated Baseline objects.

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

Syntax

C#

public string[] GetOffsetBaselineNames()

Visual Basic

Public Function GetOffsetBaselineNames As String()

Visual C++

public:
array<String^>^ GetOffsetBaselineNames()

Return Value

An array of strings containing all the names of the associated Baseline objects.

See Also