Click or drag to resize

ObjectDraftingColorValueDeconstruct Method

Namespace:  Grasshopper.Rhinoceros.Drafting
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public void Deconstruct(
	out ObjectPlotColorSource source,
	out ModelColor value
)

Parameters

source
Type: ObjectPlotColorSource
value
Type: Grasshopper.RhinocerosModelColor
See Also