Click or drag to resize

RenderContentIsContentTypeAcceptableAsChild Method

[Missing <summary> documentation for "M:Rhino.Render.RenderContent.IsContentTypeAcceptableAsChild(System.Guid,System.String)"]

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public virtual bool IsContentTypeAcceptableAsChild(
	Guid type,
	string childSlotName
)

Parameters

type
Type: SystemGuid

[Missing <param name="type"/> documentation for "M:Rhino.Render.RenderContent.IsContentTypeAcceptableAsChild(System.Guid,System.String)"]

childSlotName
Type: SystemString

[Missing <param name="childSlotName"/> documentation for "M:Rhino.Render.RenderContent.IsContentTypeAcceptableAsChild(System.Guid,System.String)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Rhino.Render.RenderContent.IsContentTypeAcceptableAsChild(System.Guid,System.String)"]

See Also