CatchmentLabelGetAvailableLabelIds Method |
Gets an ObjectIdCollection of CatchmentLabels on the specified Catchment.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic static ObjectIdCollection GetAvailableLabelIds(
ObjectId catchmentId
)
Public Shared Function GetAvailableLabelIds (
catchmentId As ObjectId
) As ObjectIdCollection
public:
static ObjectIdCollection^ GetAvailableLabelIds(
ObjectId catchmentId
)
Parameters
- catchmentId ObjectId
- The ObjectId of the Catchment.
Return Value
ObjectIdCollection
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when the catchmentId is invalid.
|
See Also