Is it possible to automatically populate text element contents to properties using Dynamic Feature Scoring (DFS)? Is there more detailed documentation(except delivered help) how these rules are defined?
There is a Change Request on file for the situation you are looking for (CR # 343293). It was based on this discussion on Exporting Text Elements in this forum.
Note that there are two VBA applications included that may provide the functionality you need.
Can you please update your link, it is broken.
Documentation for DFS rules would be great as it seems to be quite powerful. Actually I can work with cells and DBEntity, but I need at least to work with other element types, levelnames and color information.
Thx in advance,
Holger
Hi Holger,
this one:
communities.bentley.com/.../263406.aspx
hth
Henk
There are some notes. At least XML example is in text format and can be copied.
<FeatureScoringRules minScore="100"><Feature useCriteria="" name="tax_proposed"><Rule type="cexpr" score="100">XFMHasDBLink(2,150)||XFMCompareElementLevelName("tax proposed")</Rule></Feature><Feature useCriteria="" name="Pole"><Rule type="DBLink" score="100" entity="2" mslink="130"/></Feature><Feature useCriteria="" name="Wire"><Rule type="DBLink" score="100" entity="2" mslink="130"/><Rule type="FeatureDef" score="100" levelName="true" cellName="false">Wire</Rule></Feature><Feature useCriteria="" name="Cable"><Rule type="DBLink" score="100" entity="2" mslink="80"/><Rule type="Element" score="100" levelName="Cable" cellName="Cable" elementType="2" checkZeroLengthLineElementType="false"/></Feature></FeatureScoringRules>
<FeatureScoringRules minScore="100">
<Feature useCriteria="" name="tax_proposed">
<Rule type="cexpr" score="100">XFMHasDBLink(2,150)||XFMCompareElementLevelName("tax proposed")</Rule>
</Feature>
<Feature useCriteria="" name="Pole">
<Rule type="DBLink" score="100" entity="2" mslink="130"/>
<Feature useCriteria="" name="Wire">
<Rule type="FeatureDef" score="100" levelName="true" cellName="false">Wire</Rule>
<Feature useCriteria="" name="Cable">
<Rule type="DBLink" score="100" entity="2" mslink="80"/>
<Rule type="Element" score="100" levelName="Cable" cellName="Cable" elementType="2" checkZeroLengthLineElementType="false"/>
</FeatureScoringRules>
Thanks, Oto.
This helped a lot.
Regards,