Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagecpp
themeConfluence
FUNCTION xpxGetModelTransactionTimeStamp(model                             : GENERIC;
                                         options                           : INTEGER;
                                         VAR modelTransactionNumbermodelTransactionTimeStamp        : INTEGER;
                                         VAR modelTransactionNumberAggrIdmodelTransactionNumber      : LIST OF: INTEGER)
                                         rstat                             : INTEGER;

Read the EDMtransactionNumber of the specified model. When the option LOCAL_MODEL is set, the EDMtransactionNumberof local version, i.e., the applications current open model, will be returned.

 

 

Arguments

...

1TypeNameComment
2
GENERIC
model
 
3INTEGER
options
 
4INTEGERmodelTransactionTimeStampmodel transaction time stamp
5INTEGERmodelTransactionNumbermodel transaction number

Return Value

...

Insert excerpt
US:_r_XPX_Return_Value
US:_r_XPX_Return_Value
nopaneltrue

Options

...

 

OptionComment
 
XPXOPTION 

Example

...

Code Block
languagecpp
<Missing Example>

...