Share

SectionSegmentLabelGroup.GetAvailableLabelGroupIds Method

Returns an ObjectIdCollection of all the available SectionSegmentLabelGroup objects on the Section in the specified SectionView.



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

Syntax

C#

public static ObjectIdCollection GetAvailableLabelGroupIds(
	ObjectId sectionViewId,
	ObjectId sectionId
)

VB

Public Shared Function GetAvailableLabelGroupIds ( 
	sectionViewId As ObjectId,
	sectionId As ObjectId
) As ObjectIdCollection

C++

public:
static ObjectIdCollection^ GetAvailableLabelGroupIds(
	ObjectId sectionViewId, 
	ObjectId sectionId
)

Parameters

sectionViewId  ObjectId
The ObjectId of the SectionView where the label groups are located.
sectionId  ObjectId
The ObjectId of the Section where the label groups are labeling.

Return Value

ObjectIdCollection

Exceptions

ExceptionCondition
ArgumentException Thrown when the sectionId or sectionViewId is invalid.

See Also

Reference

Was this information helpful?