ObjectAttributesDrawColor Method (RhinoDoc) |
Gets an object's draw color, which is based on the object's color source
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
The object's documnt.
Return Value
Type:
ColorThe draw color.
See Also