SpanningPipeLabelPipeIds Property |
Gets an ObjectIdCollection of all spanned pipes.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic ObjectIdCollection PipeIds { get; }
Public ReadOnly Property PipeIds As ObjectIdCollection
Get
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