PressureFittingLabelGetAvailableLabelIds Method |
Gets the objectId collection of all labels belonging to this pressure fitting.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.292
Syntaxpublic static ObjectIdCollection GetAvailableLabelIds(
ObjectId fittingId
)
Public Shared Function GetAvailableLabelIds (
fittingId As ObjectId
) As ObjectIdCollection
public:
static ObjectIdCollection^ GetAvailableLabelIds(
ObjectId fittingId
)
Parameters
- fittingId ObjectId
- The fitting id.
Return Value
ObjectIdCollection
See Also