GetStructureIds Method

Gets the objectId collection of all structures belonging to this pipe network.

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

Syntax

C#

public ObjectIdCollection GetStructureIds()

Visual Basic

Public Function GetStructureIds As ObjectIdCollection

Visual C++

public:
ObjectIdCollection^ GetStructureIds()

See Also