ObjectAttributes.DrawColor Method (RhinoDoc)

ObjectAttributesDrawColor Method (RhinoDoc)

[Missing <summary> documentation for "M:Rhino.DocObjects.ObjectAttributes.DrawColor(Rhino.RhinoDoc)"]

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Color DrawColor(
	RhinoDoc document
)
Public Function DrawColor ( 
	document As RhinoDoc
) As Color

Parameters

document
Type: RhinoRhinoDoc

[Missing <param name="document"/> documentation for "M:Rhino.DocObjects.ObjectAttributes.DrawColor(Rhino.RhinoDoc)"]

Return Value

Type: Color

[Missing <returns> documentation for "M:Rhino.DocObjects.ObjectAttributes.DrawColor(Rhino.RhinoDoc)"]

See Also