Share

PressureAppurtenanceLabel.GetAvailableLabelIds Method

Gets the objectId collection of all labels belonging to this pressure appurtenance.



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

Syntax

C#

public static ObjectIdCollection GetAvailableLabelIds(
	ObjectId appurtenanceId
)

VB

Public Shared Function GetAvailableLabelIds ( 
	appurtenanceId As ObjectId
) As ObjectIdCollection

C++

public:
static ObjectIdCollection^ GetAvailableLabelIds(
	ObjectId appurtenanceId
)

Parameters

appurtenanceId  ObjectId
The appurtenance id.

Return Value

ObjectIdCollection

See Also

Reference

Was this information helpful?