IQueryResult.GetVisualizers Method
Gets the visualizers of the specified feature.
GetVisualizers(Feature feature)
Gets the visualizers of the specified feature.Syntax
public VisualizerCollection GetVisualizers (
Feature feature
)
Parameters
The feature to get the visualizers for.
Return Value
A list of visualizers, or null.
Remarks
In most cases, visualizers are not added by the dataset, but by a VisualizationOperator later in the operator chain. If these cases, simply return a null reference.
Platforms
Windows, Linux, Android