Click or drag to resize

PostEffectUIAddSection Method

Add a section to the UI.

Namespace:  Rhino.Render.PostEffects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax
public void AddSection(
	ICollapsibleSection section
)

Parameters

section
Type: Rhino.UI.ControlsICollapsibleSection

[Missing <param name="section"/> documentation for "M:Rhino.Render.PostEffects.PostEffectUI.AddSection(Rhino.UI.Controls.ICollapsibleSection)"]

See Also