Share

SpanningPipeLabel.PipeIds Property

Gets an ObjectIdCollection of all spanned pipes.



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

Syntax

C#

public ObjectIdCollection PipeIds { get; }

VB

Public ReadOnly Property PipeIds As ObjectIdCollection
	Get

C++

public:
property ObjectIdCollection^ PipeIds {
	ObjectIdCollection^ get ();
}

Property Value

ObjectIdCollection

Remarks

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

See Also

Reference

Was this information helpful?