IPipelineComponent::EnableDesign Method

Use this method to prepare the component for execution in one of two modes: design mode or execution mode. In design mode, which is useful for running the Pipeline Editor, errors are more easily tolerated. Execution mode (the default) is analogous to production mode.

HRESULT EnableDesign(
    BOOL fEnable
);

Parameters

  • fEnable
    [in] Indicates whether the component should be run in design mode (True) or execution mode (False).

Return Value

The method returns an HRESULT value.

See Also

Other Resources

IPipelineComponent Interface