StringTableGetValue Method (String, String) |
Gets a user data string from the document.
Namespace:
Rhino.DocObjects.Tables
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic string GetValue(
string section,
string entry
)
Public Function GetValue (
section As String,
entry As String
) As String
Parameters
- section
- Type: SystemString
The section at which to get the value. - entry
- Type: SystemString
The entry to search for.
Return Value
Type:
StringThe user data.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also