Runtime.GetOdsDestination

Prototypes

static int GetOdsDestination()

Return Value

The return value is a constant that identifies the ODS destination the program's workspace is configured to use. The possible values are ODSDEST_LISTING and ODSDEST_HTML.

Parameters

None

Remarks

This method returns a constant that identifies the ODS destination the program's workspace is configured to use. The possible values are

ODSDEST_LISTING
The workspace is configured to use the ODS LISTING destination.
ODSDEST_HTML
The workspace is configured to use the ODS HTML destination.
Example
dest = Runtime.GetOdsDestination();
if dest = ODSDEST_LISTING then print "Using ODS LISTING destination";
if dest = ODSDEST_HTML    then print "Using ODS HTML destination";
See Also

Configuring IML Studio Options: Output