DimensionStyles Class |
Namespace: DXFReaderNET.Collections
The DimensionStyles type exposes the following members.
Name | Description | |
---|---|---|
CodeName |
Gets the dxf entity type string.
(Inherited from DxfObject.) | |
Count |
Gets the number of table objects.
(Inherited from TableObjectsT.) | |
Handle |
Gets the handle assigned to the dxf object.
(Inherited from DxfObject.) | |
Item |
Gets a table object from the list by name.
(Inherited from TableObjectsT.) | |
Items |
Gets the table object list.
(Inherited from TableObjectsT.) | |
MaxCapacity |
Gets the maximum number of objects the collection can hold.
(Inherited from TableObjectsT.) | |
Names |
Gets the ObjectTable names.
(Inherited from TableObjectsT.) | |
Owner |
Gets the owner of the actual dxf object.
(Inherited from TableObjectsT.) |
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(DimensionStyle) |
Removes a dimension style.
(Overrides TableObjectsTRemove(T).) | |
Remove(String) |
Removes a dimension style.
(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.) |