GetPartIds Method

Gets the objectId collection of all parts (pipe/fitting/appurtenance) belonging to this pipe run.

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

Syntax

C#

public ObjectIdCollection GetPartIds()

Visual Basic

Public Function GetPartIds As ObjectIdCollection

Visual C++

public:
ObjectIdCollection^ GetPartIds()

See Also