Message 1 of 1
Create an FPParams object in .NET?

Not applicable
04-20-2014
05:36 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I am trying to invoke a method defined in an FPInterface and to do this I need to pass an FPParams object. However, there is no get accessor in the global interface which will return one, no static method anywhere in the assemblies which I can find by searching them that will create one.
There was a property in IGlobal that would return one in the assembly built by EPHERE, but not the latest one with Max 2014.
How can I create an FPParams/IFPParams object?