Click or drag to resize

File3dmStringTable Class

Provides access to document strings in the 3dm file.
Inheritance Hierarchy
SystemObject
  Rhino.FileIOFile3dmStringTable

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public class File3dmStringTable

The File3dmStringTable type exposes the following members.

Properties
  NameDescription
Public propertyCount
Returns the number of document strings in the 3dm file.
Public propertyDocumentUserTextCount
Returns the number of Section/Entry-style key values.
Top
Methods
  NameDescription
Public methodDelete(String)
Removes a document string from the 3dm file.
Public methodDelete(String, String)
Removes document strings from the 3dm file.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEntryNames
Return list of all entry names for a given section of document strings in the 3dm file.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetKey
Returns a key value at a given index.
Public methodGetSectionNames
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 methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue(Int32)
Returns a string value at a given index.
Public methodGetValue(String)
Returns a string value at a key.
Public methodGetValue(String, String)
Returns a string value given a section and entry.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetString(String, String)
Adds or sets a a document string in the 3dm file.
Public methodSetString(String, String, String)
Adds or sets a document string in the 3dm file.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also