ObjectAttributes.DrawColor Method (RhinoDoc, Guid)

ObjectAttributesDrawColor Method (RhinoDoc, Guid)

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

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

Parameters

document
Type: RhinoRhinoDoc

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

viewportId
Type: SystemGuid

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

Return Value

Type: Color

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

Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also