Without looping through the whole project or using a hidden XAML element.
For point cloud regions I'm currently exploiting a hidden
<Wpf:ComboBoxEntityPicker x:Name="cloudhelper" Visibility="Hidden"/>
and set its filter to
self.cloudhelper.FilterByEntityTypes = Array[Type]([clr.GetClrType(ExposedPointCloudRegion), clr.GetClrType(DefaultExposedPointCloudRegion)])
That way I'll always have an UpToDate serial number list at my disposal
self.cloudhelper.EntitySerialNumbers
------------------------------
Ronny Schneider
------------------------------