File3dmStringTable Methods |
The File3dmStringTable type exposes the following members.
Name | Description | |
---|---|---|
Delete(String) |
Removes a document string from the 3dm file.
| |
Delete(String, String) |
Removes document strings from the 3dm file.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetEntryNames |
Return list of all entry names for a given section of document strings in the 3dm file.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetKey |
Returns a key value at a given index.
| |
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. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetValue(Int32) |
Returns a string value at a given index.
| |
GetValue(String) |
Returns a string value at a key.
| |
GetValue(String, String) |
Returns a string value given a section and entry.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SetString(String, String) |
Adds or sets a a document string in the 3dm file.
| |
SetString(String, String, String) |
Adds or sets a document string in the 3dm file.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |