PressureFittingSectionLabelGetAvailableLabelIds Method |
Gets an ObjectIdCollection of all PressureFittingSectionLabels for the specified PressureFitting.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.7.0.1190
Syntaxpublic static ObjectIdCollection GetAvailableLabelIds(
ObjectId sectionViewId,
ObjectId fittingId,
ObjectId sectionNetworkId
)
Public Shared Function GetAvailableLabelIds (
sectionViewId As ObjectId,
fittingId As ObjectId,
sectionNetworkId As ObjectId
) As ObjectIdCollection
public:
static ObjectIdCollection^ GetAvailableLabelIds(
ObjectId sectionViewId,
ObjectId fittingId,
ObjectId sectionNetworkId
)
Parameters
- sectionViewId ObjectId
- The ObjectId of the SectionView in which the label is located.
- fittingId ObjectId
- The ObjectId of PressureFitting that is one of the sources of a SectionPressurePipeNetwork.
- sectionNetworkId ObjectId
- The ObjectId of a SectionPressurePipeNetwork.
Return Value
ObjectIdCollection
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when:
- The sectionViewId, fittingId or sectionNetworkId is invalid.
- The SectionPressurePipeNetwork is not in the SectionView.
- The PressureFitting is not the source of the SectionPressurePipeNetwork.
|
See Also