SpanningPipeProfileLabelProfileViewPipeIds Property |
Gets an ObjectIdCollection of all spanned ProfileViewPipes.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic ObjectIdCollection ProfileViewPipeIds { get; }
Public ReadOnly Property ProfileViewPipeIds As ObjectIdCollection
Get
public:
property ObjectIdCollection^ ProfileViewPipeIds {
ObjectIdCollection^ get ();
}
Property Value
ObjectIdCollection
Remarks
The first item in ProfileViewPipeIds is the start ProfileViewPipe.
The last item in ProfileViewPipeIds is the end ProfileViewPipe.
See Also