Returns an ObjectIdCollection containing all the available contour label groups belonging to the specified surface.

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

Syntax

C#
public static ObjectIdCollection GetAvailableLabelGroupIds(
	ObjectId surfaceId
)
Visual Basic
Public Shared Function GetAvailableLabelGroupIds ( _
	surfaceId As ObjectId _
) As ObjectIdCollection
Visual C++
public:
static ObjectIdCollection^ GetAvailableLabelGroupIds(
	ObjectId surfaceId
)

Parameters

surfaceId
Type: ObjectId
The ObjectId of surface to get the contour label groups for.

See Also