Quantcast
Channel: MicroStation Programming Forum - Recent Threads
Viewing all articles
Browse latest Browse all 4331

How to scan forparametric cells?

$
0
0

Hi,

To scan a drawing for all cells I use:

 ElementScanCriteria scanCriteria = new ElementScanCriteriaClass();
      scanCriteria.ExcludeAllTypes();
      scanCriteria.IncludeType(MsdElementType.CellHeader);

but this don't find any parametric cells and I didn't find any other includedType() which can be used to find parametric cells?

Any ideas?

Thanks for help

Markus


Viewing all articles
Browse latest Browse all 4331


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>