RhinoCommon API
LOCSTR Method (String, Int32) |
Note: This API is now obsolete.
DO NOT use this function, it is a trap to determine
where context IDs have been copied from other, already extracted,
strings.
Namespace: Rhino.UI
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 7.0

[ObsoleteAttribute("Don't copy and paste context IDs", true)] public static string STR( string english, int contextid )
<ObsoleteAttribute("Don't copy and paste context IDs", true)> Public Shared Function STR ( english As String, contextid As Integer ) As String
Parameters
- english
- Type: SystemString
The English name. - contextid
- Type: SystemInt32
Copied context id.
Return Value
Type: StringEnglish name.
