Message 1 of 3

Not applicable
08-05-2018
03:30 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
foreach( Element e in collector )
{
ImportInstance inst = e as ImportInstance;
if( inst != null )
{
// Get the Solid from ImportInstance
GeometryElement geomElem
= inst.get_Geometry( opt );
pleases tell,how can i write these lines in vb.net,i am a beginner in vb.net
Solved! Go to Solution.