RenderContentChildSlotAmount Method |
Gets the amount property for the texture in the specified child slot.
Namespace:
Rhino.Render
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.7
Syntax public double ChildSlotAmount(
string childSlotName
)
Public Function ChildSlotAmount (
childSlotName As String
) As Double
Parameters
- childSlotName
- Type: SystemString
The child slot name of the texture.
Return Value
Type:
DoubleThe requested amount value. Values are typically from 0.0 to 100.0
See Also