Click or drag to resize

RenderPlugInCustomChannelName Method

Return the localized name of your custom channel.

Namespace:  Rhino.PlugIns
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
protected virtual string CustomChannelName(
	Guid id
)

Parameters

id
Type: SystemGuid

[Missing <param name="id"/> documentation for "M:Rhino.PlugIns.RenderPlugIn.CustomChannelName(System.Guid)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Rhino.PlugIns.RenderPlugIn.CustomChannelName(System.Guid)"]

See Also