Click or drag to resize

IPanelsServiceSupportedType Method

[Missing <summary> documentation for "M:Rhino.UI.IPanelsService.SupportedType(System.Type,System.String@)"]

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.1
Syntax
bool SupportedType(
	Type type,
	out string exceptionMessage
)

Parameters

type
Type: SystemType

[Missing <param name="type"/> documentation for "M:Rhino.UI.IPanelsService.SupportedType(System.Type,System.String@)"]

exceptionMessage
Type: SystemString

[Missing <param name="exceptionMessage"/> documentation for "M:Rhino.UI.IPanelsService.SupportedType(System.Type,System.String@)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Rhino.UI.IPanelsService.SupportedType(System.Type,System.String@)"]

See Also