0% found this document useful (0 votes)
30 views

Getting All Objects in Workspace Using .Net API PDF

Uploaded by

kumar
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
30 views

Getting All Objects in Workspace Using .Net API PDF

Uploaded by

kumar
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

12/01/2020 Getting All Objects In Workspace Using .

Net API

Getting All Objects In Workspace Using .Net API


Answer ID: 31778 | Published 4/3/2018 | Updated 4/3/2018

Relevant Product(s) SM3D; SP3D; SP3D MHE

Issue
Customer wants to know how to get all Objects into the Workspace Explorer using .Net API.

Environment
Version 2011R1 and above, .Net API

Resolution
Use the following code to get all Objects into the Workspace:

Filter oFilter = new Filter();


BOCollection oWorkingcoll= ClientServiceProvider.WorkingSet.GetObjectsByFilter(oFilter,
ClientServiceProvider.WorkingSet.ActiveConnection);

Cause
Informational

https://smartsupport.intergraph.com/app/answers/detail/a_id/31778/kw/get all pipelines vb.net/related/1 1/1

You might also like