FigureRendererPlugin.Process

FigureRendererPlugin.Process method

Runs Figure Renderer processing with the specified parameters.

public ResultContainer Process(IPluginOptions options)
ParameterTypeDescription
optionsIPluginOptionsAn options object containing instructions for the FigureRenderer.

Return Value

An ResultContainer object containing the result of the operation.

Exceptions

exceptioncondition
ArgumentExceptionWhen given options instance is null or has inappropriate type, or one of the input/output sources has unsupported type.

See Also