getmodprop, getmodpropnum
getmodprop, getmodpropnum |
Purpose
Synopsis
function getmodprop(mo:Model, prop:integer):string
function getmodprop(prop: integer):string
function getmodpropnum(mo:Model, prop:integer):real
function getmodpropnum(prop: integer):real
Arguments
mo
|
A model
|
||||||||||||||||
prop
|
The property to retrieve. Possible values:
|
Return value
The property as a string (real for
getmodpropnum) or an empty string (
-1 for
getmodpropnum) in case of error
Further information
The second form of the function reports information for the calling model.
Related topics
Module