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.3.1717.0

Syntax

C#

public static ObjectIdCollection GetAvailableLabelGroupIds(
	ObjectId sampleLineGroupId
)

Visual Basic

Public Shared Function GetAvailableLabelGroupIds ( _
	sampleLineGroupId As ObjectId _
) As ObjectIdCollection

Visual C++

public:
static ObjectIdCollection^ GetAvailableLabelGroupIds(
	ObjectId sampleLineGroupId
)

Parameters

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

Exceptions

ExceptionCondition
System.ArgumentException Thrown when the sampleLineGroupId is invalid.

See Also