RhinoCommon API
StringTableGetValue Method (String, String) |
Gets a user data string from the document.
Namespace: Rhino.DocObjects.Tables
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0

public 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.
