Gets an ObjectIdCollection of all spanned pipes.

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

Syntax

C#
public ObjectIdCollection PipeIds { get; }
Visual Basic
Public ReadOnly Property PipeIds As ObjectIdCollection
	Get
Visual C++
public:
property ObjectIdCollection^ PipeIds {
	ObjectIdCollection^ get ();
}

Remarks

The first item in PipeIds is the start Pipe. The last item in PipeIds is the end Pipe.

See Also