Share

SurfaceContourLabelGroup.GetAvailableLabelGroups Method

Note: This API is now obsolete.

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#

[ObsoleteAttribute("Use Autodesk.Civil.DatabaseServices.SurfaceContourLabelGroup.GetAvailableLabelGroupIds instead.", 
	false)]
public static ObjectIdCollection GetAvailableLabelGroups(
	ObjectId surfaceId
)

VB

<ObsoleteAttribute("Use Autodesk.Civil.DatabaseServices.SurfaceContourLabelGroup.GetAvailableLabelGroupIds instead.", 
	false)>
Public Shared Function GetAvailableLabelGroups ( 
	surfaceId As ObjectId
) As ObjectIdCollection

C++

public:
[ObsoleteAttribute(L"Use Autodesk.Civil.DatabaseServices.SurfaceContourLabelGroup.GetAvailableLabelGroupIds instead.", 
	false)]
static ObjectIdCollection^ GetAvailableLabelGroups(
	ObjectId surfaceId
)

Parameters

surfaceId  ObjectId
The ObjectId of surface.

Return Value

ObjectIdCollection

See Also

Reference

Was this information helpful?