getArg member function - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


MapleException.getArg

get a data object from MapleException

 

Calling Sequence

Parameters

Description

Calling Sequence

Object getArg(int i)

Parameters

i

-

data argument to return

Description

• 

The getArg member function returns the ith data object from the current MapleException.  This is one of the Objects passed into MapleException.

• 

The i parameter should be in the range 0..n1, where n is the number of data objects.  This number can be obtained by calling the getArgCount member function.

See Also

define_external

ExternalCalling/Java/MapleException

ExternalCalling/Java/MapleException/getArgCount

ExternalCalling/Java/MapleException/MapleException

OpenMaple

OpenMaple/Java/API

 


Download Help Document