- Forum
- Developers
- Modules
- Inner elements -> Display Mode
Inner elements -> Display Mode
Less More - Posts: 20
- Thank you received: 0
-
-
6 years 1 month ago - 6 years 1 month ago #4324 by kurales Hi,
is it possible to change the property "Display Mode" in the section "Component - Inner elements" from List to Diagram?
These two lines don't do anything:
dnode.setProperty("INNERVIEWMODE", "DIAGRAM");
dnode.setProperty("INTERNALSVIEWMODE", "DIAGRAM");
The property "INTVIEWMODE" changes the option in another section, but I don't need it.
dnode.setProperty("INTVIEWMODE", "DIAGRAM");
Version 3.5.00
Build: 201604202300
Last Edit: 6 years 1 month ago by
kurales.
Please Log in or Create an account to join the conversation.
Less More - Posts: 43
- Thank you received: 8
-
-
-
-
-
6 years 3 weeks ago #4346 by cma Hello,
Property names are usually (but not always) prefixed by the represented element metaclass name.
In your case you may use :
- COMPONENT_INNERVIEWMODE : Inner classes visualization mode
- COMPONENT_INTERNALSVIEWMODE : Internal structure visualization mode
- COMPONENT_ATT_GROUPVISIBLE : Display attributes
- COMPONENT_OP_GROUPVISIBLE : Display operations
Cédric
The following user(s) said Thank You:
kurales Please Log in or Create an account to join the conversation.
- Forum
- Developers
- Modules
- Inner elements -> Display Mode
Time to create page: 0.032 seconds