Gets the objectId collection of all labels belonging to this pressure appurtenance.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public static ObjectIdCollection GetAvailableLabelIds(
ObjectId appurtenanceId
) |
Visual Basic |
---|
Public Shared Function GetAvailableLabelIds ( _
appurtenanceId As ObjectId _
) As ObjectIdCollection |
Visual C++ |
---|
public:
static ObjectIdCollection^ GetAvailableLabelIds(
ObjectId appurtenanceId
) |
Parameters
- appurtenanceId
- Type: ObjectId
The appurtenance id.
See Also