GetProfileLabelGroupIds Method

Gets the ObjectIdCollection of the Profile's label group.

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

Syntax

C#

public ObjectIdCollection GetProfileLabelGroupIds()

Visual Basic

Public Function GetProfileLabelGroupIds As ObjectIdCollection

Visual C++

public:
ObjectIdCollection^ GetProfileLabelGroupIds()

See Also