Skip to main content

FeatureSetCollections and partial selecting.

Comments

1 comment

  • Permanently deleted user

    My answer to this was:

    1.  SelectFeatures of the FeatureSets i wanted to be selected and star'd/highlighted (all under the same FeatureSetCollection name = 'myCollection')
    2. Run External Command activity with "CopyToDefaultCollectionById" , 'myCollection'
    3. SelectFeatures of the FeatureSets that i only wanted selected (not star'd/highlighted) again with same FSC_ID 'myCollection'
    4. Run External Command activity with "AppendToDefaultCollection" , 'myCollection'

    This gave me the results i desired, wasn't documented that i could find, just trial and error and got lucky.  This works in Silverlight Viewer, HTML5 Viewer doesn't have 'highlighted/starred' features yet as far as I know...

    0

Please sign in to leave a comment.