AlignmentStationLabelGroupGetAvailableLabelGroupIds Method |
Returns an ObjectIdCollection of the specified label type on the alignment.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic static ObjectIdCollection GetAvailableLabelGroupIds(
ObjectId alignmentId,
bool includeDerived
)
Public Shared Function GetAvailableLabelGroupIds (
alignmentId As ObjectId,
includeDerived As Boolean
) As ObjectIdCollection
public:
static ObjectIdCollection^ GetAvailableLabelGroupIds(
ObjectId alignmentId,
bool includeDerived
)
Parameters
- alignmentId ObjectId
- The ObjectId of the Alignment where the labels are located.
- includeDerived Boolean
- Indicates whether to include derived label types.
Return Value
ObjectIdCollection
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when alignmentId is invalid.
|
See Also