Click or drag to resize

NameTree Methods

The NameTree type exposes the following members.

Methods
  NameDescription
Public methodClose
Public methodStatic memberCreate
Retrieves the NameTree inside the '/Root/Names' dictionary with the specified key name, or creates it if it does not exist.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodErase(Byte)
Removes the specified object from the tree. Does nothing if no object with that name exists.
Public methodErase(NameTreeIterator)
Removes the NameTree entry pointed by the iterator.
Public methodStatic memberFind
Retrieves a name tree, with the given key name, from the '/Root/Names' dictionary of the doc.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodCode exampleGetIterator
Gets the iterator.
Public methodCode exampleGetIterator(Byte)
Search for the specified key in the NameTree.
Public methodGetSDFObj
Gets the SDFObj.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue
Gets a value that is associated with the given key.
Public methodIsValid
Checks if this NameTree is valid.
Public methodPut
Puts a new entry in the name tree. If an entry with this key is already in the tree, it is replaced.
Public methodSet
Sets value to the specified NameTree
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also