RenderContent.ChildSlotOn Method

RenderContentChildSlotOn Method

Gets the on-ness property for the texture in the specified child slot.

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.7
Syntax
public bool ChildSlotOn(
	string childSlotName
)
Public Function ChildSlotOn ( 
	childSlotName As String
) As Boolean

Parameters

childSlotName
Type: SystemString
Child slot name for the child

Return Value

Type: Boolean

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

See Also