ApplicationRegistries Methods |
The ApplicationRegistries type exposes the following members.
Name | Description | |
---|---|---|
![]() | Add |
Adds a table object to the list.
(Inherited from TableObjectsT.) |
![]() | Clear |
Removes all table objects that are not reserved and have no references.
(Inherited from TableObjectsT.) |
![]() | Contains(String) |
Checks if a table object already exists in the list.
(Inherited from TableObjectsT.) |
![]() | Contains(T) |
Checks if a table object already exists in the list.
(Inherited from TableObjectsT.) |
![]() | GetEnumerator |
Returns an enumerator that iterates through the table object collection.
(Inherited from TableObjectsT.) |
![]() | GetReferences(String) |
Gets the dxf objects referenced by a table.
(Inherited from TableObjectsT.) |
![]() | GetReferences(T) |
Gets the dxf objects referenced by a T.
(Inherited from TableObjectsT.) |
![]() | Remove(ApplicationRegistry) |
Removes an application registry.
(Overrides TableObjectsTRemove(T).) |
![]() | Remove(String) |
Removes an application registry.
(Overrides TableObjectsTRemove(String).) |
![]() | ToString |
Obtains a string that represents the dxf object.
(Inherited from DxfObject.) |
![]() | TryGetValue |
Gets the table object associated with the specified name.
(Inherited from TableObjectsT.) |