AlignmentVerticalGeometryPointLabelGroupGetAvailableLabelGroupIds Method |
Returns an ObjectIdCollection of AlignmentVerticalGeometryPointLabelGroup objects on the Alignment.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic static ObjectIdCollection GetAvailableLabelGroupIds(
ObjectId alignmentId
)
Public Shared Function GetAvailableLabelGroupIds (
alignmentId As ObjectId
) As ObjectIdCollection
public:
static ObjectIdCollection^ GetAvailableLabelGroupIds(
ObjectId alignmentId
)
Parameters
- alignmentId ObjectId
- The ObjectId of the Alignment where the labels are located.
Return Value
ObjectIdCollection
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when alignmentId is invalid.
|
See Also