Share

Assembly.GetOffsetBaselineNames Method

Returns all the names of the associated Baseline objects.



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

Syntax

C#

public string[] GetOffsetBaselineNames()

VB

Public Function GetOffsetBaselineNames As String()

C++

public:
array<String^>^ GetOffsetBaselineNames()

Return Value

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

See Also

Reference

Was this information helpful?