RenderContent.IsFactoryProductAcceptableAsChild Method (ContentFactory, String)

RenderContentIsFactoryProductAcceptableAsChild Method (ContentFactory, String)

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

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

Parameters

factory
Type: Rhino.Render.DataSourcesContentFactory

[Missing <param name="factory"/> documentation for "M:Rhino.Render.RenderContent.IsFactoryProductAcceptableAsChild(Rhino.Render.DataSources.ContentFactory,System.String)"]

childSlotName
Type: SystemString

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

Return Value

Type: Boolean

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

Version Information

Rhino for Windows

Supported in: 6.14
See Also