CustomOperatorContext.GetFeatureVisualizers Method
Gets the list of normal visualizers attached to the current feature.
GetFeatureVisualizers()
Gets the list of normal visualizers attached to the current feature.Syntax
public VisualizerCollection GetFeatureVisualizers ()
Return Value
The list of normal visualizers attached to the current feature.
Remarks
The returned list can be modified by the custom operator, to add or remove visualizers to/from the current feature.
After this method has been called, VisualizationOperator.AlwaysApplyVisualizers will be assumed to be True for all normal visualizers.
Platforms
Windows, Linux, Android