Share

SurfaceContourLabelGroup.GetAvailableLabelGroupIds 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.280

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.

Return Value

ObjectIdCollection

See Also

Reference

Was this information helpful?