StringTable
Collection of document user data strings
Inheritance Hierarchy
System.Object
Rhino.DocObjects.Tables.StringTable
Namespace: Rhino.DocObjects.Tables
Assembly: RhinoCommon (in RhinoCommon.dll)
Syntax
public sealed class StringTable
The StringTable type exposes the following members.
Properties
Name
Description
Public Property
Count
The number of user data strings in the current document.
Public Property
Document
Document that owns this object table.
Public Property
DocumentDataCount
Public Property
DocumentUserTextCount
Methods
Name
Description
Public Method
Delete(String)
Public Method
Delete(String, String)
Removes user data strings from the document.
Public Method
Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public Method
GetEntryNames
Return list of all entry names for a given section of user data strings in the document.
Public Method
GetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public Method
GetKey
Public Method
GetSectionNames
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 Method
GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public Method
GetValue(Int32)
Public Method
GetValue(String)
Public Method
GetValue(String, String)
Gets a user data string from the document.
Public Method
SetString(String, String)
Adds or sets a user data string to the document.
Public Method
SetString(String, String, String)
Adds or sets a user data string to the document.
Public Method
ToString
Returns a string that represents the current object.
(Inherited from Object.)