- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is it possible to get Project Setting through ToolbarContext
Hello,
Currently I am creating Tool bar Plug-in and I need to retrive the value from the Project Setting (Please see the attachment for more information).
Is it possible to access the Project setting from ToolbarContext ??
Regards,
Vasandharaj M.
- Labels:
-
Developers
-
Documentation
-
Knowledgebase
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
try this:
StoreAgent storeAgent = context.requireSpecialist(StoreAgent.TYPE);
GlobalStoreRoot store = ((GlobalStoreRoot) storeAgent.getStore(Store.Type.GLOBALSTORE));
ProjectProperties projectProperties = store.getProjectProperties();
Best regards
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
try this:
StoreAgent storeAgent = context.requireSpecialist(StoreAgent.TYPE);
GlobalStoreRoot store = ((GlobalStoreRoot) storeAgent.getStore(Store.Type.GLOBALSTORE));
ProjectProperties projectProperties = store.getProjectProperties();
Best regards
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Vasandharaj,
do you need further help or did Tim's reply already help you? In this case it would be great if you mark his "correct answer".
Best regards
Michaela

