Click or drag to resize

IRcpAwareObject Interface

Implement this interface in a parameter or component if you want to be publishable on the remote control panel.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public interface IRcpAwareObject

The IRcpAwareObject type exposes the following members.

Methods
  NameDescription
Public methodPublishRcpItem
Emit a new object to be inserted on a Remote Control Panel.
Top
See Also