RhinoObjectShortDescription Method |
Gets a localized short descriptive name of the object.
Namespace:
Rhino.DocObjects
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic 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.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also