Click or drag to resize

Linetypes Methods

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI

The Linetypes type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds a table object to the list.
(Inherited from TableObjectsT.)
Public methodAddFromFile(String, Boolean)
Adds all linetypes to the list from the definition in a LIN file.
Public methodAddFromFile(String, String, Boolean)
Adds a linetype to the list from the definition in a LIN file.
Public methodClear
Removes all table objects that are not reserved and have no references.
(Inherited from TableObjectsT.)
Public methodContains(String)
Checks if a table object already exists in the list.
(Inherited from TableObjectsT.)
Public methodContains(T)
Checks if a table object already exists in the list.
(Inherited from TableObjectsT.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the table object collection.
(Inherited from TableObjectsT.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetReferences(String)
Gets the dxf objects referenced by a T.
(Inherited from TableObjectsT.)
Public methodGetReferences(T)
Gets the dxf objects referenced by a T.
(Inherited from TableObjectsT.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodNamesFromFile
Gets the list of linetype names defined in a LIN file.
Public methodRemove(String)
Removes a line type.
(Overrides TableObjectsTRemove(String).)
Public methodRemove(Linetype)
Removes a line type.
(Overrides TableObjectsTRemove(T).)
Public methodSave
Saves all linetype definitions to a LIN file.
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 TableObjectsT.)
Top
See Also