Gets an ObjectIdCollection of all spanned ProfileViewPipes.

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

Syntax

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

Remarks

The first item in ProfileViewPipeIds is the start ProfileViewPipe. The last item in ProfileViewPipeIds is the end ProfileViewPipe.

See Also