result property

Provides a reference for the output result of a filter.

This property is read-only.

 

Syntax

HRESULT get_result(
  [out] SVGAnimatedString **ptr
);

Property values

Type: SVGAnimatedString

String that provides a name to be referenced.

Remarks

If supplied, the output of the current filter primitive can be referenced by an ISVGFEGaussianBlurElement::in1 attribute on a subsequent filter primitive within the same element. If no value is provided, the output will only be available for re-use as the implicit input into the next filter primitive if that filter primitive provides no value for its ISVGFEGaussianBlurElement::in1 attribute.

If an output reference occurs in several filter primitives in the same filter, only the closest filter primitive will be used.

Note that this is not an XML ID. The scope of this value is local to the filter.