SurfaceContourLabelGroupGetAvailableLabelGroupIds Method

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.8.0.292
Syntax
public static ObjectIdCollection GetAvailableLabelGroupIds(
	ObjectId surfaceId
)

Parameters

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

Return Value

ObjectIdCollection
See Also