<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://communities.bentley.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Databrowser do not show properties all though they are defined in the FeatureClass definition cache</title><link>https://communities.bentley.com/products/geospatial/desktop/f/bentley-map-forum/82934/databrowser-do-not-show-properties-all-though-they-are-defined-in-the-featureclass-definition-cache</link><description>I have got a problem that at least did not exist in BentleyMap SS2. I have veryfied that it exist in Bentley Map SS3 built 95 and sadly enough also in the new service release with built no 107. 
 In short: 
 I have a small Mvba app that defines a new</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>Re: Databrowser do not show properties all though they are defined in the FeatureClass definition cache</title><link>https://communities.bentley.com/thread/231983?ContentTypeID=1</link><pubDate>Wed, 16 Jan 2013 21:19:25 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:17c5d0e3-75ae-4f98-9de9-39cc41f06e43</guid><dc:creator>cdalesandro</dc:creator><description>&lt;p&gt;I replied to Erik directly but will add notes here for completeness.&lt;/p&gt;
&lt;p&gt;I was able to reproduce the &amp;ldquo;feature class in databrowser without any properties&amp;rdquo; problem with these steps.&lt;/p&gt;
&lt;p&gt;1. Start Map &amp;amp; Open test file containing no OisPunkt instances. &amp;nbsp;Only the OisPunkt level exists&lt;/p&gt;
&lt;p&gt;2. Load All into DataBrowser. &amp;nbsp;OisPunkt tab is not created since no OisPunkt instances exist in the file&lt;/p&gt;
&lt;p&gt;3. Load application that creates OisPunkt class and create a feature instance of this class. I mimicked your feature class creation in my C code.&lt;/p&gt;
&lt;p&gt;4. Load All into Databrowser. &amp;nbsp;OisPunkt is tab is created and loaded but shows NO properties&lt;/p&gt;
&lt;p&gt;By running step 2, the Databrowser was loaded and became a listener to the feature class added event. &amp;nbsp;In step 3, the class is added (with the call to xfmFeatureDefMgr_addRootFeatureDefToList) and Databrowser updates its schema to add the new OisPunkt class. &amp;nbsp;The properties are not shown in Databrowser since at the time of the xfmFeatureDefMgr_addRootFeatureDefToList call the OisPunkt XfmFeatureDef did not yet contain the properties. &amp;nbsp;By changing the application code to fully specify the feature definition before calling xfmFeatureDefMgr_addRootFeatureDefToList, the properties were shown in Databrowser.&lt;/p&gt;
&lt;p&gt;We also discussed the use of xfmFeatureDefMgr_startBulkFeatureDefChanges and xfmFeatureDefMgr_stopBulkFeatureDefChanges before and after a session of featuredefinition to help with this problem. &amp;nbsp;But the Databrowser feature class added listener does not take into account if in a bulk feature def changes mode when updating its schema. &amp;nbsp; One area of Map that I can think that takes bulk mode into account is the listener that updates the XFM Command Manager dialog box when classes are added &amp;amp; removed&amp;hellip;.when in bulk mode, this listener will wait to update the dialog once at the end of bulk mode instead of updating the dialog for each feature class event. &amp;nbsp;This would be important for you if you are adding methods and command manager entries for your dynamic classes (see xfmDialogMgr_addMethodToCommandManagerDomainList).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: Databrowser do not show properties all though they are defined in the FeatureClass definition cache</title><link>https://communities.bentley.com/thread/231861?ContentTypeID=1</link><pubDate>Tue, 15 Jan 2013 14:21:11 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:648c79fb-63b4-4c49-897b-aed11291c884</guid><dc:creator>wirring</dc:creator><description>&lt;p&gt;Hi Chris,&lt;/p&gt;
&lt;p&gt;I am using Bentley Map Standalone 8.9.11.107 with no XFM schema at all (That the way we work :-)) May be that is the &amp;#39;big&amp;#39; difference.&lt;/p&gt;
&lt;p&gt;I have attach my test designfile. I have include 49 instances of the Feature &amp;quot;OisPunkt&amp;quot;.&lt;/p&gt;
&lt;p&gt;The codesnippets I mail directly to you it consist of 3 vba files showing how the OisPunkt app. works and a C file containing all the code that does the actual On-The-Fly feature definition.&lt;/p&gt;
&lt;p&gt;Hope it all will help you to be able to reproduce our problem. if not maybe we could make a &amp;quot;TeamView&amp;quot; session or another kind of online session to show you what happens&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Erik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description><enclosure url="https://communities.bentley.com/cfs-file/__key/telligent-evolution-components-attachments/00-5924-01-00-00-23-18-61/Detai_2D00_008_2D00_3d_2D00_.dgn" length="66048" type="image/vnd.dgn" /></item><item><title>Re: Databrowser do not show properties all though they are defined in the FeatureClass definition cache</title><link>https://communities.bentley.com/thread/231799?ContentTypeID=1</link><pubDate>Mon, 14 Jan 2013 19:13:42 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:2ef40bde-4b55-4b9b-9c95-6f70c6bb445e</guid><dc:creator>cdalesandro</dc:creator><description>&lt;p&gt;Hi Erik,&lt;/p&gt;
&lt;p&gt;I am not able to reproduce results like you mention here:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&amp;quot;I took my test file, removed all instance of OisPunkt but left the layser &amp;quot;Oispunkt&amp;quot; empty. Then closed the BMap session, and restarted BMap with my test file.&lt;/code&gt;&lt;code&gt;just after startop I used the &amp;quot;Mdl command dumpfeaturedefbyname OisPunkt&amp;quot;. Here I could see that DFS had not created any featuredefinition on the existens of the layer &amp;quot;OisPunkt&amp;quot;. Then I ran by application which create the feature definition and a number of instances of the feature OisPunkt. Tested that the featuredefinition was okay. and last loaded DataBrowser which refused to show the properties.&amp;quot;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;I am using Map Enterprise 8.11.9.107 in the msgeo user using the gasmain mdl example.&amp;nbsp; My observations match until your last sentence above.&amp;nbsp; In my case, I do see my feature properties as expected.&amp;nbsp; This is strange.&amp;nbsp; I cannot figure out what is different between my scenario and yours.&lt;/p&gt;
&lt;p&gt;What Map product and version are you using?&amp;nbsp; Can you send your dgn with a few of your instances so that I can try your scenario starting from the step to delete the instances in the file?&amp;nbsp; Can you send the code&amp;nbsp;snippet that creates the feature definition?&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Chris&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: Databrowser do not show properties all though they are defined in the FeatureClass definition cache</title><link>https://communities.bentley.com/thread/231779?ContentTypeID=1</link><pubDate>Mon, 14 Jan 2013 15:29:29 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:806bc45d-ab06-47dc-8e89-ca70e75c2859</guid><dc:creator>wirring</dc:creator><description>&lt;p&gt;Hi Chris&lt;/p&gt;
&lt;p&gt;I did some more testing and the result is rather surprising, and it indicates that your suggestion propably &amp;nbsp;will not work .-(&lt;/p&gt;
&lt;p&gt;I took my test file, removed all instance of OisPunkt but left the layser &amp;quot;Oispunkt&amp;quot; empty. Then closed the BMap session, and restarted BMap with my test file.&lt;/p&gt;
&lt;p&gt;just after startop I used the &amp;quot;Mdl command&amp;nbsp;dumpfeaturedefbyname OisPunkt&amp;quot;. Here I could see that DFS had not created any featuredefinition on the existens of the layer &amp;quot;OisPunkt&amp;quot;. Then I ran by application which create the feature definition and a number of instances of the feature OisPunkt. Tested that the featuredefinition was okay. and last loaded DataBrowser which refused to show the properties.&lt;/p&gt;
&lt;p&gt;Next test I just placed a simple line on the layer &amp;quot;OisPunkt&amp;quot; so it was not completly empty. Closed and reopened BMap.&lt;/p&gt;
&lt;p&gt;First test with&amp;nbsp;&amp;nbsp;&amp;quot;Mdl command&amp;nbsp;dumpfeaturedefbyname OisPunkt&amp;quot; shows that DFS now has created a featuredefinition:&lt;/p&gt;
&lt;pre&gt;&lt;span style="color:#ff6600;"&gt;command dumpfeaturedefbyname: FeatureDef (0x16247a8) Name [OisPunkt] Path [] Key&lt;/span&gt;&lt;span style="color:#ff6600;"&gt;=266 RefCnt=4&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#ff6600;"&gt;command dumpfeaturedefbyname: Description [(null)] CategoryName [] GISTypeNam&lt;/span&gt;&lt;span style="color:#ff6600;"&gt;e [linestring/curve]&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#ff6600;"&gt;command dumpfeaturedefbyname: IsCollection=FALSE&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#ff6600;"&gt;command dumpfeaturedefbyname: NumSubFeatures=0&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#ff6600;"&gt;command dumpfeaturedefbyname: NumProperties=1 NumDgnProperties=0&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#ff6600;"&gt;command dumpfeaturedefbyname: Owner: ApplicationId=22564, Applicatio&lt;/span&gt;&lt;span style="color:#ff6600;"&gt;nType=14&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#ff6600;"&gt;command dumpfeaturedefbyname: PropertyDef (0x2092ef38) Name[Geometry&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#ff6600;"&gt;_Length] DisplayName[Geometry_Length] FullName[Geometry_Length] TypeName[DOUBLE]&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#ff6600;"&gt; TypeId=4 MaxSize=0 External=Y ReadOnly=Y RefCnt=4&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#ff6600;"&gt;command dumpfeaturedefbyname: QueryNodeList size=0&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#ff6600;"&gt;command dumpfeaturedefbyname: InsertNodeList size=0&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#ff6600;"&gt;command dumpfeaturedefbyname: CopyNodeList size=0&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#ff6600;"&gt;command dumpfeaturedefbyname: UpdateNodeList size=0&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#ff6600;"&gt;command dumpfeaturedefbyname: DeleteNodeList size=0&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#ff6600;"&gt;command dumpfeaturedefbyname: DBLinkNodeList size=0&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#ff6600;"&gt;command dumpfeaturedefbyname: QueryCList size=0&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#ff6600;"&gt;command dumpfeaturedefbyname: InsertCList size=0&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#ff6600;"&gt;command dumpfeaturedefbyname: CopyCList size=0&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#ff6600;"&gt;command dumpfeaturedefbyname: UpdateCList size=0&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#ff6600;"&gt;command dumpfeaturedefbyname: DeleteCList size=0&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#ff6600;"&gt;command dumpfeaturedefbyname: DBLinkCList size=0&lt;/span&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;span style="color:#000000;"&gt;Then I started my application which now updates the featuredefinition instead of creating a new featuredefinition along with&amp;nbsp;&lt;/span&gt;creating the&amp;nbsp;&lt;/pre&gt;
&lt;pre&gt;instances of the feature &amp;quot;OisPunkt&amp;quot;. Now the featuredefition looks like this (which is exactly the same as in the first test!):&lt;/pre&gt;
&lt;pre&gt;&lt;span style="color:#ff6600;"&gt;command dumpfeaturedefbyname: FeatureDef (0x16247a8) Name [OisPunkt] Path [] Key&lt;/span&gt;&lt;span style="color:#ff6600;"&gt;=266 RefCnt=10&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#ff6600;"&gt;command dumpfeaturedefbyname: Description [(null)] CategoryName [] GISTypeNam&lt;/span&gt;&lt;span style="color:#ff6600;"&gt;e [linestring/curve]&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#ff6600;"&gt;command dumpfeaturedefbyname: IsCollection=FALSE&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#ff6600;"&gt;command dumpfeaturedefbyname: NumSubFeatures=0&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#ff6600;"&gt;command dumpfeaturedefbyname: NumProperties=7 NumDgnProperties=6&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#ff6600;"&gt;command dumpfeaturedefbyname: Owner: ApplicationId=22564, Applicatio&lt;/span&gt;&lt;span style="color:#ff6600;"&gt;nType=14&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#ff6600;"&gt;command dumpfeaturedefbyname: PropertyDef (0x2092ef38) Name[Geometry&lt;/span&gt;&lt;span style="color:#ff6600;"&gt;_Length] DisplayName[Geometry_Length] FullName[Geometry_Length] TypeName[DOUBLE]&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#ff6600;"&gt; TypeId=4 MaxSize=0 External=Y ReadOnly=Y RefCnt=4&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#ff6600;"&gt;command dumpfeaturedefbyname: PropertyDef (0x198b0e78) Name[MATR_NR]&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#ff6600;"&gt; DisplayName[MATR_NR] FullName[MATR_NR] TypeName[STRING] TypeId=1 MaxSize=10 Ext&lt;/span&gt;&lt;span style="color:#ff6600;"&gt;ernal=N ReadOnly=N RefCnt=2&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#ff6600;"&gt;command dumpfeaturedefbyname: PropertyDef (0x20bb9a90) Name[EJERLAV]&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#ff6600;"&gt; DisplayName[EJERLAV] FullName[EJERLAV] TypeName[STRING] TypeId=1 MaxSize=80 Ext&lt;/span&gt;&lt;span style="color:#ff6600;"&gt;ernal=N ReadOnly=N RefCnt=2&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#ff6600;"&gt;command dumpfeaturedefbyname: PropertyDef (0x20bb9b98) Name[EJER_NAV&lt;/span&gt;&lt;span style="color:#ff6600;"&gt;N] DisplayName[EJER_NAVN] FullName[EJER_NAVN] TypeName[STRING] TypeId=1 MaxSize=&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#ff6600;"&gt;80 External=N ReadOnly=N RefCnt=2&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#ff6600;"&gt;command dumpfeaturedefbyname: PropertyDef (0x20bb9ca0) Name[EJER_ADR&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#ff6600;"&gt;] DisplayName[EJER_ADR] FullName[EJER_ADR] TypeName[STRING] TypeId=1 MaxSize=80&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#ff6600;"&gt;External=N ReadOnly=N RefCnt=2&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#ff6600;"&gt;command dumpfeaturedefbyname: PropertyDef (0x20bb9da8) Name[EJER_UDV&lt;/span&gt;&lt;span style="color:#ff6600;"&gt;_ADR] DisplayName[EJER_UDV_ADR] FullName[EJER_UDV_ADR] TypeName[STRING] TypeId=1&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#ff6600;"&gt; MaxSize=80 External=N ReadOnly=N RefCnt=2&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#ff6600;"&gt;command dumpfeaturedefbyname: PropertyDef (0x20bb9eb0) Name[EJER_POS&lt;/span&gt;&lt;span style="color:#ff6600;"&gt;TADR] DisplayName[EJER_POSTADR] FullName[EJER_POSTADR] TypeName[STRING] TypeId=1&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#ff6600;"&gt; MaxSize=80 External=N ReadOnly=N RefCnt=2&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#ff6600;"&gt;command dumpfeaturedefbyname: QueryNodeList size=0&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#ff6600;"&gt;command dumpfeaturedefbyname: InsertNodeList size=0&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#ff6600;"&gt;command dumpfeaturedefbyname: CopyNodeList size=0&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#ff6600;"&gt;command dumpfeaturedefbyname: UpdateNodeList size=0&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#ff6600;"&gt;command dumpfeaturedefbyname: DeleteNodeList size=0&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#ff6600;"&gt;command dumpfeaturedefbyname: DBLinkNodeList size=0&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#ff6600;"&gt;command dumpfeaturedefbyname: QueryCList size=0&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#ff6600;"&gt;command dumpfeaturedefbyname: InsertCList size=0&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#ff6600;"&gt;command dumpfeaturedefbyname: CopyCList size=0&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#ff6600;"&gt;command dumpfeaturedefbyname: UpdateCList size=0&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#ff6600;"&gt;command dumpfeaturedefbyname: DeleteCList size=0&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#ff6600;"&gt;command dumpfeaturedefbyname: DBLinkCList size=0&lt;/span&gt;&lt;/pre&gt;
&lt;pre&gt;And NOW dataBrowser shows all the properties as it should.!&lt;/pre&gt;
&lt;pre&gt;So is it possible to conclude any thing from this ?&lt;/pre&gt;
&lt;pre&gt;Erik Wirring&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: Databrowser do not show properties all though they are defined in the FeatureClass definition cache</title><link>https://communities.bentley.com/thread/231778?ContentTypeID=1</link><pubDate>Mon, 14 Jan 2013 14:57:22 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:2755cdf9-0270-428a-a3b0-7b689e1ad18e</guid><dc:creator>wirring</dc:creator><description>&lt;p&gt;Thanks!&lt;/p&gt;
&lt;p&gt;That helped -I had not noticed that you wrote that it was in the xfmcore.lib, but now you point it out. I can see my error :-)&lt;/p&gt;
&lt;p&gt;Now my On-The-Fly featuredefinitions stays put if all instance of the feature is deleted.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: Databrowser do not show properties all though they are defined in the FeatureClass definition cache</title><link>https://communities.bentley.com/thread/231694?ContentTypeID=1</link><pubDate>Fri, 11 Jan 2013 19:44:50 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:51fde22b-07c2-44b1-845a-a5ea40e80547</guid><dc:creator>cdalesandro</dc:creator><description>&lt;p&gt;Hi Erik,&lt;/p&gt;
&lt;p&gt;Regarding the DFS created feature definition, you might consider setting up a design application to load after Map/XFM(Map MS_DGNAPPS loads XFM) so you can set the DFS generated feature definition to stay in the session. &amp;nbsp; xfmFeatureDef_create will tell you if the definition currently exists in the session.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Chris&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: Databrowser do not show properties all though they are defined in the FeatureClass definition cache</title><link>https://communities.bentley.com/thread/231690?ContentTypeID=1</link><pubDate>Fri, 11 Jan 2013 18:06:37 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:f9c1df73-a723-4189-a3b6-63c5bcc87531</guid><dc:creator>cdalesandro</dc:creator><description>&lt;p&gt;I do not see xfmcore.lib in that output. &amp;nbsp;You will need to also link with this library.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Chris&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: Databrowser do not show properties all though they are defined in the FeatureClass definition cache</title><link>https://communities.bentley.com/thread/231689?ContentTypeID=1</link><pubDate>Fri, 11 Jan 2013 17:33:26 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:626e4257-e502-4392-9331-8df8f3d78ba6</guid><dc:creator>wirring</dc:creator><description>&lt;p&gt;Chris&lt;/p&gt;
&lt;p&gt;It seems that the XFm function you mention is not a part of what is distribuated :-(&lt;/p&gt;
&lt;p&gt;Look here:&lt;/p&gt;
&lt;p&gt;[== Building B:\mdl\objects\X34FeatDef\X34FeatDef.obj, (C:\Bu\Udvik_MDL\X34FeatDef\X34FeatDef.c) ==]&lt;/p&gt;
&lt;p&gt;cl -IB:\mdl\include\ &amp;nbsp; -IB:\mdl\include -IB:\mdl\include\geom -IB:\mdl\include\shareids &amp;nbsp;-GS- -fp:fast -EHc -GR -GdF -D_X86_=1 -Di386=1 -c -&lt;/p&gt;
&lt;p&gt;W3 -DWIN32 -DwinNT -MD -D_VISCXX -Gy -wd4996 -Od -D_SECURE_SCL_THROWS=1 -D_CONVERSION_DONT_USE_THREAD_LOCALE -D_SECURE_SCL=0 -DWIN32_LEAN_AN&lt;/p&gt;
&lt;p&gt;D_MEAN &amp;nbsp; -nologo -WX -Zi -FdB:\mdl\objects\X34FeatDef\objects.pdb &amp;nbsp; &amp;nbsp;-EHs &amp;nbsp;-arch:SSE2 /RTC1 -FoB:\mdl\objects\X34FeatDef\X34FeatDef.obj C:\B&lt;/p&gt;
&lt;p&gt;u\Udvik_MDL\X34FeatDef\X34FeatDef.c&lt;/p&gt;
&lt;p&gt;X34FeatDef.c&lt;/p&gt;
&lt;p&gt;[== Building &amp;quot;B:\mdlapps\X34FeatDef.dll&amp;quot;, (B:\mdl\objects\X34FeatDef\X34FeatDef.obj) ==]&lt;/p&gt;
&lt;p&gt;link -out:&amp;quot;B:\mdlapps\X34FeatDef.dll&amp;quot; &amp;nbsp;-WX &amp;nbsp;-OPT:NoWin98 &amp;nbsp; &amp;nbsp;-Ignore:4087 -Ignore:4089 &amp;nbsp;-debug -incremental:yes -fixed:no @B:\mdl\objects\X34&lt;/p&gt;
&lt;p&gt;FeatDef\X34FeatDeflink.rsp&lt;/p&gt;
&lt;p&gt;Microsoft (R) Incremental Linker Version 8.00.50727.42&lt;/p&gt;
&lt;p&gt;Copyright (C) Microsoft Corporation. &amp;nbsp;All rights reserved.&lt;/p&gt;
&lt;p&gt;-dll&lt;/p&gt;
&lt;p&gt;&amp;quot;-out:B:\mdlapps\X34FeatDef.dll&amp;quot;&lt;/p&gt;
&lt;p&gt;&amp;quot;-implib:B:\mdl\objects\X34FeatDef\X34FeatDef.lib&amp;quot;&lt;/p&gt;
&lt;p&gt;-map:B:\mdl\objects\X34FeatDef\X34FeatDef.map&lt;/p&gt;
&lt;p&gt;&amp;quot;-pdb:B:\mdlapps\X34FeatDef.pdb&amp;quot;&lt;/p&gt;
&lt;p&gt;-debug -incremental:yes -fixed:no&lt;/p&gt;
&lt;p&gt;-MANIFESTFILE:B:\mdl\objects\X34FeatDef\X34FeatDef.dll.Manifest&lt;/p&gt;
&lt;p&gt;B:\mdl\objects\X34FeatDef\X34FeatDef.obj B:\mdl\library\mdllib.lib B:\mdl\library\toolsubs.lib B:\mdl\library\xfmapi.lib B:\mdl\library\dmsg&lt;/p&gt;
&lt;p&gt;.lib B:\mdl\library\BentleyDgn.lib&lt;/p&gt;
&lt;p&gt;B:\mdl\library\mdlbltin.lib&lt;/p&gt;
&lt;p&gt;C:\PROGRA~1\MI30EB~1\VC\platformsdk\lib\gdi32.lib C:\PROGRA~1\MI30EB~1\VC\platformsdk\lib\user32.lib C:\PROGRA~1\MI30EB~1\VC\platformsdk\lib&lt;/p&gt;
&lt;p&gt;\kernel32.lib C:\PROGRA~1\MI30EB~1\VC\lib\msvcrt.lib&lt;/p&gt;
&lt;p&gt;LINK : B:\mdlapps\X34FeatDef.dll not found or not built by the last incremental link; performing full link&lt;/p&gt;
&lt;p&gt;&amp;nbsp; Creating library B:\mdl\objects\X34FeatDef\X34FeatDef.lib and object B:\mdl\objects\X34FeatDef\X34FeatDef.exp&lt;/p&gt;
&lt;p&gt;X34FeatDef.obj : error LNK2019: &lt;span style="color:#ff0000;"&gt;unresolved external symbol _xfmFeatureDef_setKeepInSession&lt;/span&gt; referenced in function _CreateFeatureClass@8&lt;/p&gt;
&lt;p&gt;B:\mdlapps\X34FeatDef.dll : fatal error LNK1120: 1 unresolved externals&lt;/p&gt;
&lt;p&gt;BMAKE: call trace&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;line: &amp;nbsp;442, B:\mdl\include\dlmlink.mki&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;line: &amp;nbsp;105, C:\Bu\Udvik_MDL\X34FeatDef\x34featdef.mke&lt;/p&gt;
&lt;p&gt;Fri Jan 11 13:25:14 2013, elapsed time: 0:05&lt;/p&gt;
&lt;p&gt;[C:\Bu\Udvik_MDL\X34FeatDef]&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: Databrowser do not show properties all though they are defined in the FeatureClass definition cache</title><link>https://communities.bentley.com/thread/231618?ContentTypeID=1</link><pubDate>Thu, 10 Jan 2013 14:19:42 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:982723f7-1ff0-4f46-aa6d-afacde3f6238</guid><dc:creator>wirring</dc:creator><description>&lt;p&gt;Hi Chris&lt;/p&gt;
&lt;p&gt;Thanks. I will include XfmFeatureDef_setKeepInSession into my MDL dll. That will solve most of the problem complex.&lt;/p&gt;
&lt;p&gt;But.&lt;/p&gt;
&lt;p&gt;I will not be able to provide a dgn with OisPunkt where on file open Databrowser shows no properties, because as I earlier wrote the DFS will create a correct &amp;nbsp;feature definition of oisPunkt correct. at opening. However! if all instance of OisPunkt is deleted and some new are created DFS do not create a correct feature definition, may be due to the fact that the layer &amp;quot;OisPunkt&amp;quot; exists? So here there are still a problem since the DFS created featureClass definition is removed with the last instance of OisPunkt, and re-creation of featureClasse definition are not &amp;#39;accepted&amp;#39; by Databrowser&lt;/p&gt;
&lt;p&gt;The application that create features OisPunkt starts with checking whether OisPunkt featureClasse is defined correct, if not it will create the featureClass definition and/or adding properties definitions. The application is loaded on user request for creating the feature OisPunkt that contains up-to-date information about the owner of the parcel retrieved over the Net. OisPunkt is placed in the centroid of the parcel&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: Databrowser do not show properties all though they are defined in the FeatureClass definition cache</title><link>https://communities.bentley.com/thread/231538?ContentTypeID=1</link><pubDate>Wed, 09 Jan 2013 19:41:48 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:b567ad9b-90e9-4e10-840e-965afb845c5a</guid><dc:creator>cdalesandro</dc:creator><description>&lt;p&gt;Regarding observation 2, your dynamic feature class is removed from the session&amp;#39;s feature class list when the last instance of the class is removed from the session. &amp;nbsp; To keep the class in the session, you can call: xfmFeatureDef_setKeepInSession (featureDef, TRUE)&lt;/p&gt;
&lt;p&gt;...when you are creating the class. &amp;nbsp;This function is in xfmCore.lib and is not currently documented or in a FDF file so include the definition in your source:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;StatusInt xfmFeatureDef_setKeepInSession&lt;/code&gt;&lt;code&gt;(&lt;/code&gt;&lt;code&gt;XfmFeatureDefP &amp;nbsp;featureDef,&lt;/code&gt;&lt;code&gt;BoolInt &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; keepInSession&lt;/code&gt;&lt;code&gt;);&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;We will need to document this function for the next release.&lt;/p&gt;
&lt;p&gt;BTW, To show/dump the definition of a feature class to the MicroStation text window, you can use the keyin: mdl command dumpfeaturedefbyname OisPunkt&lt;/p&gt;
&lt;p&gt;Can you provide a dgn with the OisPunkt where on file open DataBrowser shows no properties? &amp;nbsp;I would have expected DFS to see at least your properties in the instance data.&lt;/p&gt;
&lt;p&gt;When is your application first loaded to add your feature class?&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Chris&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: Databrowser do not show properties all though they are defined in the FeatureClass definition cache</title><link>https://communities.bentley.com/thread/231415?ContentTypeID=1</link><pubDate>Tue, 08 Jan 2013 18:01:03 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:76d07807-8a57-488e-a3cf-21aae7503822</guid><dc:creator>wirring</dc:creator><description>&lt;p&gt;&lt;strong&gt;Some more observations to this mystery:&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Disabling DynamicFeatureScoring (DFS) makes no other change in the behavior!&lt;/li&gt;
&lt;li&gt;Removing all instance of a featureClass removes the definition of that featureClass from the FeatureClass Definition Cache !!! From this point and forward DataBrowser, EditFeature etc. does not see any definition of that featureClasse even though the featureClasse has been redefined in the FeatureClass Definition Cache. It is not only the XFT object that indicate that the featuredefinition is removed from the featureClassDefinition Cache the functions in the MDL API reports the same behavior.&lt;/li&gt;
&lt;/ol&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: Databrowser do not show properties all though they are defined in the FeatureClass definition cache</title><link>https://communities.bentley.com/thread/231306?ContentTypeID=1</link><pubDate>Mon, 07 Jan 2013 14:27:37 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:94aa2f5e-a1d4-4430-bd69-d5151ffa5f5d</guid><dc:creator>wirring</dc:creator><description>&lt;p&gt;Futher investigation has shown that this problem do not occur in fesh design files where the feature &amp;quot;OisPunkt&amp;quot; has not existed before. &lt;/p&gt;
&lt;p&gt;However if the feature &amp;quot;OisPunkt&amp;quot; had been registred by DFS, it seems like it was not posible to change the property definition for this feature. (adding more properties)&lt;/p&gt;
&lt;p&gt;Unfortunally I am not able to dump the entire FeatureClasse definition cache, so I am not able to see if there some how was defined more than one instance of &amp;quot;OisPunkt&amp;quot; &amp;nbsp;[ See: &lt;a rel="nofollow" target="_new" href="http://communities.bentley.com/products/geospatial/geospatial_programming/f/343163/t/82936.aspx"&gt;communities.bentley.com/.../82936.aspx&lt;/a&gt;]&lt;/p&gt;
&lt;p&gt;Erik &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>