BentleyJOakes
- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 6
- Subscriptions 2
-
Created Creating a String property programatically
Hi, I'm looking to add a string property to a concept programatically. Here is my code so far: node<PropertyDeclaration> newProperty = new node<PropertyDeclaration>(); newProperty.name = propName;n... -
Created Using OpenAPI to add extends or implements
Hi, Could someone please help me with the following code? I'm trying to programmatically add super-classes and interfaces to a concept. I'm following the code from https://mps-support.jetbrains.com...