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.7.0.1276
Syntax
C#
public static ObjectIdCollection GetAvailableLabelGroupIds( ObjectId surfaceId )
VB
Public Shared Function GetAvailableLabelGroupIds ( surfaceId As ObjectId ) As ObjectIdCollection
C++
public: static ObjectIdCollection^ GetAvailableLabelGroupIds( ObjectId surfaceId )
Parameters
- surfaceId ObjectId
- The ObjectId of surface to get the contour label groups for.