SectionOffsetLabelGroupGetAvailableLabelGroupIds Method |
Returns an ObjectIdCollection of all the available SectionOffsetLabelGroup objects on the Section in the specified SectionView.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic static ObjectIdCollection GetAvailableLabelGroupIds(
ObjectId sectionViewId,
ObjectId sectionId,
bool includeDerived
)
Public Shared Function GetAvailableLabelGroupIds (
sectionViewId As ObjectId,
sectionId As ObjectId,
includeDerived As Boolean
) As ObjectIdCollection
public:
static ObjectIdCollection^ GetAvailableLabelGroupIds(
ObjectId sectionViewId,
ObjectId sectionId,
bool includeDerived
)
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.
- includeDerived Boolean
- Indicates whether to include the derived types of SectionOffsetLabelGroup.
Return Value
ObjectIdCollection
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when the sectionId or sectionViewId is invalid.
|
See Also