Select to view content in your preferred language

How to implement "Preset Parameters"

444
3
Jump to solution
09-05-2022 03:20 AM
DirkTillmanns
New Contributor III

Hi,

for some commands you can enter "Preset Parameters" that are - for example - only displayed in a task designer. E.g. "Create Features". They are not visible in the dock pane or in the embedded pane of a task.

Can someone give me a hint how to implement such "preset parameters"?

DirkTillmanns_0-1662372930122.png

 

 

0 Kudos
1 Solution

Accepted Solutions
DirkTillmanns
New Contributor III

You implement the properties in your View/ViewModel of the EmbeddableControl. The EmbeddableControl that you derive from has a property "Options" to persist.

DirkTillmanns_1-1692172927955.png

 

 

 

 

View solution in original post

3 Replies
DirkTillmanns
New Contributor III

It's been dealt with. Must be implemented in the View/ViewModel by the "EmbeddableControl" and persisted via options.

ChelseaRozek
MVP Regular Contributor

Can you give some more details about how you did this/where this option is?

0 Kudos
DirkTillmanns
New Contributor III

You implement the properties in your View/ViewModel of the EmbeddableControl. The EmbeddableControl that you derive from has a property "Options" to persist.

DirkTillmanns_1-1692172927955.png