SectionBandLabelGroupGetAvailableLabelGroupIds Method |
Returns an ObjectIdCollection of band label groups on the SectionView with a specified type.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic static ObjectIdCollection GetAvailableLabelGroupIds(
Type bandLabelGroupClassType,
ObjectId sectionViewId,
bool includeDerived
)
Public Shared Function GetAvailableLabelGroupIds (
bandLabelGroupClassType As Type,
sectionViewId As ObjectId,
includeDerived As Boolean
) As ObjectIdCollection
public:
static ObjectIdCollection^ GetAvailableLabelGroupIds(
Type^ bandLabelGroupClassType,
ObjectId sectionViewId,
bool includeDerived
)
Parameters
- bandLabelGroupClassType Type
- The type of the band label group class.
- sectionViewId ObjectId
- The ObjectId of the SectionView where the band label groups are located.
- includeDerived Boolean
- Indicates whether to include the derived types of bandLabelGroupClassType.
Return Value
ObjectIdCollection
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when:
- The classType is not type or derived type of SectionBandLabelGroup.
- The sectionViewId is invalid.
|
See Also