Click or drag to resize

StringTable Class

Collection of document user data strings
Inheritance Hierarchy
SystemObject
  Rhino.DocObjects.TablesStringTable

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public sealed class StringTable

The StringTable type exposes the following members.

Properties
  NameDescription
Public propertyCount
The number of user data strings in the current document.
Public propertyDocument
Document that owns this object table.
Public propertyDocumentDataCount
Public propertyDocumentUserTextCount
Top
Methods
  NameDescription
Public methodDelete(String)
Public methodDelete(String, String)
Removes user data strings from the document.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetEntryNames
Return list of all entry names for a given section of user data strings in the document.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetKey
Public methodGetSectionNames
Returns a list of all the section names for user data strings in the document.

By default a section name is a key that is prefixed with a string separated by a backslash.

Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue(Int32)
Public methodGetValue(String)
Public methodGetValue(String, String)
Gets a user data string from the document.
Public methodSetString(String, String)
Adds or sets a user data string to the document.
Public methodSetString(String, String, String)
Adds or sets a user data string to the document.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also