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
)
Public Overridable Function ShortDescription (
plural As Boolean
) As String
Parameters
- plural
- Type: SystemBoolean
true if the descriptive name should in plural.
Return Value
Type:
StringA string with the short localized descriptive name.
See Also