In the Databrowser I can see that I have by mistake made a feature without any geometry.
Are there any way I can delete this feature by a PowerMap standard utilities or is the only way to make a VBA to kill it ?
Thanks
Erik
Greetings Erik,
No standard utility exist for this so you will need to programatically remove the instance(s). If you are able to obtain the UUID for the instance you may be able to enter mdl command deleterootuuid nnn where nnn represents the UUID for the feature instance.
Regards,
Jeff Bielefeld [Bentley]
hello jeff, i have my own set of similar mdl command xxx .. so it is very interesting for me to know there are exist some "core" mdl commands like deleterootuuid, may i ask you for more information about this commands like a list of these commands? ... thanks Jan
Jan,
As you might imagine, we have a number of internal commands used for diagnosing reported issues. These commands remain undocumented and unsupported due to their diagnostic nature and the fact that they change frequently based upon current support needs. However as a developer, you may find the following additional commands useful...
...with each dumping various diagnostic information to the MicroStation text window. While most of the above commands do not write any information to your active design file (e.g. they only output diagnostic information) I recommend that you please use at your own discretion as they are unsupported and subject to change w/o notice.
jeff, thanks for your information