BentleyJOakes

Avatar
  • 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...
    • 2 followers
    • 3 comments
    • 1 vote
  • 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...
    • 2 followers
    • 4 comments
    • 1 vote