API Documentation > Interface Classes > Class wfcBeforeModelRetrieveInstructions
Class wfcBeforeModelRetrieveInstructions

# include <wfcSession.h>

class
wfcBeforeModelRetrieveInstructions
: public virtual
xobject
{
xdeclare(wfcBeforeModelRetrieveInstructions)
...
};
This is a
COMPACT class.

Description
This class specifies the instructions for action listener wfcBeforeModelRetrieveActionListener.
User Guide References:
Method Summary
Create (wfcWModelRetrieveOptions_ptr RetrieveOptions, xrstring ModelFilePath)
Creates a class object for model retrieve instrctions.
void
A full path to the valid model file including FileName + Extension + Version.
void
Method Detail
GetRetrieveOptions
()
void
SetRetrieveOptions
User Guide References:
GetModelFilePath
()
void
SetModelFilePath
(xrstring value)
A full path to the valid model file including FileName + Extension + Version.
User Guide References:
Creates a class object for model retrieve instrctions.
User Guide References:
Parameters:
RetrieveOptions
ModelFilePath
A full path to the valid model file including FileName + Extension + Version.
Returns:
A pointer to the object.
Was this helpful?