Click or drag to resize

IUserInterfaceSectionUserInterfaceDisplayData Method

Called by UserInterfaceSection when the selected content changes or a content field property value changes.

Namespace:  Rhino.Render.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.1
Syntax
void UserInterfaceDisplayData(
	UserInterfaceSection userInterfaceSection,
	RenderContent[] renderContentList
)

Parameters

userInterfaceSection
Type: Rhino.Render.UIUserInterfaceSection
The UserInterfaceSection object that called this interface method.
renderContentList
Type: Rhino.RenderRenderContent
The currently selected list of content items to edit.
See Also