Hi all,
The use case for my problem is that I have one feature instance (e.g. one Linestring in feature class - Roads) that I want to change to another feature class (e.g. Linestring in feature class - Rivers). Some business properties between classes are identical (names, types, etc.) and in process of changing classes identical properties must be preserved (written in the destination class).
The question is what is the general workflow to do that?
Many thanks in advance for any information, advice, discussion, VBA, MDL,...
Kind regards,
Mladen
OCM Ultimate 10.17.01.29
Hi Mladen, Item Types' expression builder is a good source to explore, though I can't say that each function is documented, nor where precisely. i.e. ExpressionsforExpression Builder"...Expands to show the different function groups available. From the Select Function Group drop-down you can select the desired group. Based on your selection the list of functions and properties is populated."and for Expression Types and Syntax ExamplesThe latter may not be complete, i.e. you may find functions in the builder that are not in the list. and perhaps also useful:CriteriaHopefully that gets you started. -Nels
Thanks so much Kees and Nelson!
I'm sure this post will be helpful to others.
--