Skip to content

StringTable

Public Class

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

The number of user data strings in the current document.


Public Property

Document that owns this object table.


Public Property

Public Property

Methods

Name

Description


Public Method

Public Method

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

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

Public Method

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

Public Method

Public Method

Gets a user data string from the document.


Public Method

Adds or sets a user data string to the document.


Public Method

Adds or sets a user data string to the document.


Public Method

ToString

Returns a string that represents the current object.

(Inherited from Object.)