This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 419
5ce20172 663f 9f61 0263 412c7a515423
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Add | Adds a table object to the list. (Inherited from TableObjects(T)) |
AddNew(String) | Adds a new LayerState from the current state of the layers. |
AddNew(String, String) | Adds a new LayerState from the current state of the layers. |
Clear | Removes all table objects that are not reserved and have no references. (Inherited from TableObjects(T)) |
Contains(String) | Checks if a table object already exists in the list. (Inherited from TableObjects(T)) |
Contains(T) | Checks if a table object already exists in the list. (Inherited from TableObjects(T)) |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Export | Exports a layer state to a LAS file. |
GetEnumerator | Returns an enumerator that iterates through the table object collection. (Inherited from TableObjects(T)) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetReferences(String) | Gets the dxf objects referenced by a T. (Inherited from TableObjects(T)) |
GetReferences(T) | Gets the dxf objects referenced by a T. (Inherited from TableObjects(T)) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
HasReferences(String) | Checks if the specified TableObject has been referenced by other DxfObjects. (Inherited from TableObjects(T)) |
HasReferences(T) | Checks if the specified TableObject has been referenced by other DxfObjects. (Inherited from TableObjects(T)) |
Import | Imports a layer state from a LAS file. |
Remove(LayerState) | Removes a LayerState. (Overrides TableObjects(T).Remove(T)) |
Remove(String) | Removes a LayerState. (Overrides TableObjects(T).Remove(String)) |
RemoveAll | Removes all layers states. |
Restore | Restores the properties of the current layers list according to the specified layers state. |
ToString | Obtains a string that represents the DXF object. (Inherited from DxfObject) |
TryGetValue | Gets the table object associated with the specified name. (Inherited from TableObjects(T)) |
Update | Updates the specified layer state according to the properties of the current layers list. |