RhinoObjectDescription Method |
Get a brief description of a object, including it's attributes and geometry.
Namespace:
Rhino.DocObjects
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax public void Description(
TextLog textLog
)
Public Sub Description (
textLog As TextLog
)
Parameters
- textLog
- Type: Rhino.FileIOTextLog
A text log for collecting the description.
See Also