RenderContent.IsContentTypeAcceptableAsChild Method

RenderContentIsContentTypeAcceptableAsChild Method

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

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public virtual bool IsContentTypeAcceptableAsChild(
	Guid type,
	string childSlotName
)
Public Overridable Function IsContentTypeAcceptableAsChild ( 
	type As Guid,
	childSlotName As String
) As Boolean

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)"]

Version Information

Rhino for Windows

Supported in: 6.8
See Also