PressurePipeSectionLabelGetAvailableLabelIds Method |
Gets an ObjectIdCollection of all PressurePipeSectionLabels for the specified pressure pipe.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.292
Syntaxpublic static ObjectIdCollection GetAvailableLabelIds(
ObjectId sectionViewId,
ObjectId pipeId,
ObjectId sectionNetworkId
)
Public Shared Function GetAvailableLabelIds (
sectionViewId As ObjectId,
pipeId As ObjectId,
sectionNetworkId As ObjectId
) As ObjectIdCollection
public:
static ObjectIdCollection^ GetAvailableLabelIds(
ObjectId sectionViewId,
ObjectId pipeId,
ObjectId sectionNetworkId
)
Parameters
- sectionViewId ObjectId
- The ObjectId of the SectionView in which the label is located.
- pipeId ObjectId
- The ObjectId of Pressure Pipe 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, pipeId or sectionNetworkId is invalid.
- The SectionPressurePipeNetwork is not in the SectionView.
- The Pressure Pipe is not the source of the SectionPressurePipeNetwork.
|
See Also