File3dmStringTable
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
Count
Returns the number of document strings in the 3dm file.
Public Property
DocumentUserTextCount
Returns the number of Section/Entry-style key values.
Methods
Name
Description
Public Method
Delete(String)
Removes a document string from the 3dm file.
Public Method
Delete(String, String)
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
GetEntryNames
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
GetKey
Returns a key value at a given index.
Public Method
GetSectionNames
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
GetValue(Int32)
Returns a string value at a given index.
Public Method
GetValue(String)
Returns a string value at a key.
Public Method
GetValue(String, String)
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
SetString(String, String)
Adds or sets a a document string in the 3dm file.
Public Method
SetString(String, String, String)
Adds or sets a document string in the 3dm file.
Public Method
ToString
Returns a string that represents the current object.
(Inherited from Object.)