For example, the method author() can return the author name of a node in the model using the syntax:
To do the same in VBA the feature method is appended with the
get_ prefix:
The method getAdj() returns an array or a vector depending on the number of arguments. The method that returns an array is renamed to
getAdj1 and the method that returns a vector is renamed into
getAdj2.
A similar naming convention is applied to the method getAdjOrient. The method that returns an array is renamed to
getAdjOrient1, and the method that returns a vector is renamed into
getAdjOrient2.