Share

SampleLineLabelGroup.GetAvailableLabelGroupIds Method

Returns an ObjectIdCollection of all the available SampleLineLabelGroup objects in the specified SampleLineGroup.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public static ObjectIdCollection GetAvailableLabelGroupIds(
	ObjectId sampleLineGroupId
)

VB

Public Shared Function GetAvailableLabelGroupIds ( 
	sampleLineGroupId As ObjectId
) As ObjectIdCollection

C++

public:
static ObjectIdCollection^ GetAvailableLabelGroupIds(
	ObjectId sampleLineGroupId
)

Parameters

sampleLineGroupId  ObjectId
The ObjectId of the SampleLineGroup where the labelGroups are located.

Return Value

ObjectIdCollection

Exceptions

ExceptionCondition
ArgumentException Thrown when the sampleLineGroupId is invalid.

See Also

Reference

Was this information helpful?