Click or drag to resize

RhinoObjectShortDescription Method

Gets a localized short descriptive name of the object.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public virtual string ShortDescription(
	bool plural
)

Parameters

plural
Type: SystemBoolean
true if the descriptive name should in plural.

Return Value

Type: String
A string with the short localized descriptive name.
See Also