RenderContent.ChildSlotAmount Method

RenderContentChildSlotAmount Method

Gets the amount property for the texture in the specified child slot. Values are typically from 0.0 - 100.0

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public double ChildSlotAmount(
	string childSlotName
)
Public Function ChildSlotAmount ( 
	childSlotName As String
) As Double

Parameters

childSlotName
Type: SystemString
Child slot name for the child

Return Value

Type: Double

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

Version Information

Rhino for Windows

Supported in: 6.8
See Also