Gets an ObjectIdCollection of all PressurePipeSectionLabels for the specified pressure pipe.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.4.2516.0

Syntax

C#
public static ObjectIdCollection GetAvailableLabelIds(
	ObjectId sectionViewId,
	ObjectId pipeId,
	ObjectId sectionNetworkId
)
Visual Basic
Public Shared Function GetAvailableLabelIds ( _
	sectionViewId As ObjectId, _
	pipeId As ObjectId, _
	sectionNetworkId As ObjectId _
) As ObjectIdCollection
Visual C++
public:
static ObjectIdCollection^ GetAvailableLabelIds(
	ObjectId sectionViewId, 
	ObjectId pipeId, 
	ObjectId sectionNetworkId
)

Parameters

sectionViewId
Type: ObjectId
The ObjectId of the SectionView in which the label is located.
pipeId
Type: ObjectId
The ObjectId of Pressure Pipe that is one of the sources of a SectionPressurePipeNetwork.
sectionNetworkId
Type: ObjectId
The ObjectId of a SectionPressurePipeNetwork.

Exceptions

ExceptionCondition
System..::..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