Click or drag to resize

Views Methods

The Views type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds a table object to the list.
(Inherited from TableObjects<T>.)
Public methodClear
Removes all table objects that are not reserved and have no references.
(Inherited from TableObjects<T>.)
Public methodContains(String)
Checks if a table object already exists in the list.
(Inherited from TableObjects<T>.)
Public methodContains(T)
Checks if a table object already exists in the list.
(Inherited from TableObjects<T>.)
Public methodGetEnumerator
Returns an enumerator that iterates through the table object collection.
(Inherited from TableObjects<T>.)
Public methodGetReferences(String)
Gets the dxf objects referenced by a table.
(Inherited from TableObjects<T>.)
Public methodGetReferences(T)
Gets the dxf objects referenced by a T.
(Inherited from TableObjects<T>.)
Public methodRemove(String)
Removes view.
(Overrides TableObjects<T>.Remove(String).)
Public methodRemove(View)
Removes a view.
(Overrides TableObjects<T>.Remove(T).)
Public methodToString
Obtains a string that represents the dxf object.
(Inherited from DxfObject.)
Public methodTryGetValue
Gets the table object associated with the specified name.
(Inherited from TableObjects<T>.)
Top
See Also