SurfaceContourLabelGroupGetAvailableLabelGroupIds Method |
Returns an ObjectIdCollection containing all the available contour label groups belonging to the specified surface.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic static ObjectIdCollection GetAvailableLabelGroupIds(
ObjectId surfaceId
)
Public Shared Function GetAvailableLabelGroupIds (
surfaceId As ObjectId
) As ObjectIdCollection
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