Click or drag to resize

RenderPlugInSupportsFeature Method

Determines if your renderer supports a specific feature.

Namespace:  Rhino.PlugIns
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
protected virtual bool SupportsFeature(
	RenderPlugInRenderFeature feature
)

Parameters

feature
Type: Rhino.PlugInsRenderPlugInRenderFeature
A feature to be controlled.

Return Value

Type: Boolean
true if the renderer indeed supports the feature.
See Also