Click or drag to resize

DxfDocument Methods

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

The DxfDocument type exposes the following members.

Methods
  NameDescription
Public methodAddEntity(EntityObject)
Adds an entity to the document.
Public methodAddEntity(IEnumerableEntityObject)
Adds a list of entities to the document.
Public methodStatic memberCheckDxfFileVersion(Stream, Boolean)
Checks the AutoCAD DXF file database version.
Public methodStatic memberCheckDxfFileVersion(String, Boolean)
Checks the AutoCAD DXF file database version.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetObjectByHandle
Gets a dxf object by its handle.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberLoad(Stream)
Loads a DXF file.
Public methodStatic memberLoad(String)
Loads a DXF file.
Public methodStatic memberLoad(Stream, IEnumerableString)
Loads a DXF file.
Public methodStatic memberLoad(String, IEnumerableString)
Loads a DXF file.
Public methodRemoveEntity(EntityObject)
Removes an entity from the document.
Public methodRemoveEntity(IEnumerableEntityObject)
Removes a list of entities from the document.
Public methodSave(Stream)
Saves the database of the actual DxfDocument to a text stream.
Public methodSave(String)
Saves the database of the actual DxfDocument to a text DXF file.
Public methodSave(Stream, Boolean)
Saves the database of the actual DxfDocument to a stream.
Public methodSave(String, Boolean)
Saves the database of the actual DxfDocument to a DXF file.
Public methodToString
Obtains a string that represents the DXF object.
(Inherited from DxfObject.)
Top
See Also