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)
Since: 5.7
Syntaxpublic 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)"]
See Also