RhinoObject.Description Method

RhinoObjectDescription Method

Get a brief description of a object, including it's attributes and geometry.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public void Description(
	TextLog textLog
)
Public Sub Description ( 
	textLog As TextLog
)

Parameters

textLog
Type: Rhino.FileIOTextLog
A textlog for collecting the description.
Version Information

Rhino for Windows

Supported in: 6.8
See Also