Skip to content

File3dmStringTable

Public Class

Provides access to document strings in the 3dm file.

Inheritance Hierarchy

System.Object
Rhino.FileIO.File3dmStringTable

Namespace: Rhino.FileIO

Assembly: RhinoCommon (in RhinoCommon.dll)

Syntax

public class File3dmStringTable

The File3dmStringTable type exposes the following members.

Properties

Name

Description


Public Property

Returns the number of document strings in the 3dm file.


Public Property

Returns the number of Section/Entry-style key values.


Methods

Name

Description


Public Method

Removes a document string from the 3dm file.


Public Method

Removes document strings from the 3dm file.


Public Method

Equals

Determines whether the specified object is equal to the current object.

(Inherited from Object.)


Protected Method

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.

(Inherited from Object.)


Public Method

Return list of all entry names for a given section of document strings in the 3dm file.


Public Method

GetHashCode

Serves as the default hash function.

(Inherited from Object.)


Public Method

Returns a key value at a given index.


Public Method

Returns a list of all the section names for document strings in the 3dm file.

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

Returns a string value at a given index.


Public Method

Returns a string value at a key.


Public Method

Returns a string value given a section and entry.


Protected Method

MemberwiseClone

Creates a shallow copy of the current Object.

(Inherited from Object.)


Public Method

Adds or sets a a document string in the 3dm file.


Public Method

Adds or sets a document string in the 3dm file.


Public Method

ToString

Returns a string that represents the current object.

(Inherited from Object.)