ObjectRenderMaterialValueDeconstruct Method |
Namespace:
Grasshopper.Rhinoceros.Render
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public void Deconstruct(
out ObjectMaterialSource source,
out ModelRenderMaterial value
)
Public Sub Deconstruct (
<OutAttribute> ByRef source As ObjectMaterialSource,
<OutAttribute> ByRef value As ModelRenderMaterial
)
Parameters
- source
- Type: ObjectMaterialSource
- value
- Type: Grasshopper.Rhinoceros.RenderModelRenderMaterial
See Also