asiCreateFormatter
asiCreateFormatter(o_session) =>o_formatter
Description
Creates a design object with the nlCreateDesign call, using the information on the OASIS session. Subsequently, the formatter is created with a call to nlCreateFormatter, using the information on the session. The formatter is added to the session and can be obtained with asiGetFormatter. This is a convenience function that you cannot redefine, and the interface should not call it.
Arguments
Value Returned
Examples
Creates a design object for the specified OASIS session object:
asiCreateFormatter( session )
=> Obj1
Return to top