AS

function information in ARIS help from macro class Designer: 

getStart ( Model model, Lane lane )

Determines the starting point (coordinate in X or Y direction) at which the transferred lane begins  

 

I am sure I am calling the method with a not empty lane and not empty model, but I still get an null point error.

  selection = Context.getSelectedModels(); //modelos selecionados

 if (selection.length > 0) {
        for (var i = 0; i < selection.length; i++) {
            var currentModel = selection[i];

  var modelLane = Designer.getHorizontalLanes(currentModel);
                
                
                for (var b = 0; b < modelLane.length; b++) {
                var currentLane = modelLane[b];     

 var getIn = Designer.getStart(currentModel, currentLane); //here is where I get the null point error.

 

 

Has someone used this function before? does it work properly or am I missing something here, I do this early in the code:

  var des = Designer.openModel(currentModel, false, false, false);
                var setVis = Designer.setVisible(currentModel, false);
 

Featured achievement

Rookie
Say hello to the ARIS Community! Personalize your community experience by following forums or tags, liking a post or uploading a profile picture.
Recent Unlocks

Leaderboard

|
icon-arrow-down icon-arrow-cerulean-left icon-arrow-cerulean-right icon-arrow-down icon-arrow-left icon-arrow-right icon-arrow icon-back icon-close icon-comments icon-correct-answer icon-tick icon-download icon-facebook icon-flag icon-google-plus icon-hamburger icon-in icon-info icon-instagram icon-login-true icon-login icon-mail-notification icon-mail icon-mortarboard icon-newsletter icon-notification icon-pinterest icon-plus icon-rss icon-search icon-share icon-shield icon-snapchat icon-star icon-tutorials icon-twitter icon-universities icon-videos icon-views icon-whatsapp icon-xing icon-youtube icon-jobs icon-heart icon-heart2 aris-express bpm-glossary help-intro help-design Process_Mining_Icon help-publishing help-administration help-dashboarding help-archive help-risk icon-knowledge icon-question icon-events icon-message icon-more icon-pencil forum-icon icon-lock