PressureAppurtenanceProfileLabelGetAvailableLabelIds Method |
Gets an ObjectIdCollection of the PressureAppurtenanceProfileLabel on the specified ProfileView.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.292
Syntaxpublic static ObjectIdCollection GetAvailableLabelIds(
ObjectId profileViewPartId,
ObjectId profileViewId
)
Public Shared Function GetAvailableLabelIds (
profileViewPartId As ObjectId,
profileViewId As ObjectId
) As ObjectIdCollection
public:
static ObjectIdCollection^ GetAvailableLabelIds(
ObjectId profileViewPartId,
ObjectId profileViewId
)
Parameters
- profileViewPartId ObjectId
- The ObjectId of a ProfileViewPart on which the label is located.
- profileViewId ObjectId
- The ObjectId of a ProfileView.
Return Value
ObjectIdCollection
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when:
- The profileViewPartId or profileViewId is invalid.
- The ProfileViewPart is not a Pressure Appurtenance.
- The ProfileViewPart is not in the ProfileView.
|
See Also