Dxf
|
The DxfFiler type exposes the following members.
Name | Description | |
---|---|---|
![]() |
DxfFiler | Initializes a new instance of the DxfFiler class |
![]() |
DxfFiler(IntPtr, Boolean) | Initializes a new instance of the DxfFiler class |
Name | Description | |
---|---|---|
![]() |
AtEmbeddedObjectStart | |
![]() |
AtEndOfFile | Property that indicates whether this Filer object is at the end of file. |
![]() |
AtEndOfObject | Property that indicates whether this Filer object is at the end of an object's data. |
![]() |
AtExtendedData | Property that indicates whether this Filer object is at the start of an object's xdata. |
![]() |
AutoDelete | (Inherited from DisposableWrapper) |
![]() |
Database | Property that represents a database associated with this filer. |
![]() |
DwgVersion | Property that represents the drawing version. |
![]() |
Elevation | |
![]() |
ErrorMessage | |
![]() |
FilerStatus | Property that represents the current status of this Filer object. |
![]() |
FilerType | Property that represents the type of this Filer object. |
![]() |
IncludesDefaultValues | |
![]() |
IsDisposed | (Inherited from DisposableWrapper) |
![]() |
IsModifyingExistingObject | |
![]() |
Position | Property that represents the current I/O pointer position of this Filer object. |
![]() |
Precision | Property that represents the number of decimal digits written to ASCII DXF files in the range 0 to 16. |
![]() |
Thickness | |
![]() |
UnmanagedObject | (Inherited from DisposableWrapper) |
Name | Description | |
---|---|---|
![]() |
AtSubclassData | Checks whether this Filer object is at a subclass data marker with the specified subclass name as the passed value parameter. |
![]() |
Clone | (Inherited from RXObject) |
![]() |
CompareTo | (Inherited from RXObject) |
![]() |
CopyFrom | (Inherited from RXObject) |
![]() |
CreateObjRef | Creates an object that contains all the relevant information
required to generate a proxy used to communicate with a remote
object. (Inherited from MarshalByRefObject) |
![]() |
DeleteUnmanagedObject | (Inherited from RXObject) |
![]() |
Dispose | (Inherited from DisposableWrapper) |
![]() |
Dispose(Boolean) | (Inherited from DisposableWrapper) |
![]() |
Equals | (Inherited from DisposableWrapper) |
![]() |
Finalize | (Inherited from DisposableWrapper) |
![]() |
GetHashCode | (Inherited from DisposableWrapper) |
![]() |
GetLifetimeService | Retrieves the current lifetime service object that controls the
lifetime policy for this instance. (Inherited from MarshalByRefObject) |
![]() |
GetRXClass | (Inherited from RXObject) |
![]() |
GetType | Gets the Type of the current
instance. (Inherited from Object) |
![]() |
HaltAtClassBoundaries | |
![]() |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime
policy for this instance. (Inherited from MarshalByRefObject) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
![]() |
MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject
object. (Inherited from MarshalByRefObject) |
![]() |
PushBackItem | Resets this Filer object to where it was before the last item was read. |
![]() |
QueryX | (Inherited from RXObject) |
![]() |
ReadAngle | Returns the angle value from this Filer object. |
![]() |
ReadBoolean | Returns the Boolean value of the current item of this Filer object. |
![]() |
ReadByte | Returns the UInt8 value of the current item of this Filer object. |
![]() |
ReadBytes | Returns the specified number of bytes from this Filer object. |
![]() |
ReadDouble | Returns the double value from this Filer object. |
![]() |
ReadHandle | Returns the handle value from this Filer object. |
![]() |
ReadInt16 | Returns the Int16 value from this Filer object. |
![]() |
ReadInt32 | Returns the Int32 value from this Filer object. |
![]() |
ReadInt64 | Returns the Int64 value from this Filer object. |
![]() |
ReadObjectId | Returns the object ID from this Filer object. |
![]() |
ReadPoint2d | Returns the 2D point from this Filer object. |
![]() |
ReadPoint3d | Returns the 3D point from this Filer object. |
![]() |
ReadResultBuffer | Reads the next item of this Filer object, and returns the resulting buffer. |
![]() |
ReadScale3d | Returns the scale value from this Filer object. |
![]() |
ReadString | Returns the string value from this Filer object. |
![]() |
ReadUInt16 | Returns the UInt16 value from this Filer object. |
![]() |
ReadUInt32 | Returns the UInt32 value from this Filer object. |
![]() |
ReadUInt64 | Returns the UInt64 value from this Filer object. |
![]() |
ReadVector2d | Returns the 2D vector from this Filer object. |
![]() |
ReadVector3d | Returns the 3D vector from this Filer object. |
![]() |
ResetFilerStatus | Resets the current status of this Filer object. |
![]() |
RewindFiler | Resets the filer to its default condition without changing the position that the filer is pointing to its data. |
![]() |
Seek | Moves the I/O pointer to the specified location in this Filer object. |
![]() |
SetError(String, String) | Prints the error message represented by the provided string format, using the passed parameters. Currently not implemented. |
![]() |
SetError(ErrorStatus, String, String) | Prints the error message represented by the provided string format, using the passed parameters. Currently not implemented. |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object) |
![]() |
WriteAngle | Writes the specified angle value to this Filer object. |
![]() |
WriteBoolean | Writes the specified Boolean value to this Filer object. |
![]() |
WriteByte | Writes the specified byte to this Filer object. |
![]() |
WriteBytes | Writes the specified number of bytes to this Filer object. |
![]() |
WriteDouble | Writes the specified double value to this Filer object. |
![]() |
WriteEmbeddedObjectStart | Writes a string data value of "Embedded Object" for the DxfCode.EmbeddedObjectStart group code. |
![]() |
WriteHandle | Writes the specified handle value to this Filer object. |
![]() |
WriteInt16 | Writes the specified Int16 value to this Filer object. |
![]() |
WriteInt32 | Writes the specified Int32 value to this Filer object. |
![]() |
WriteInt64 | Writes the specified Int64 value to this Filer object. |
![]() |
WriteName | Writes the specified name (string value) to this Filer object. |
![]() |
WriteObjectId | Writes the specified object identifier to this Filer object. |
![]() |
WritePoint2d | Writes the specified 2D point to this Filer object. |
![]() |
WritePoint3d | Writes the specified 3D point to this Filer object. |
![]() |
WriteResultBuffer | Writes the resulting buffer to this Filer object. |
![]() |
WriteScale3d | Writes the specified scale value to this Filer object. |
![]() |
WriteString | Writes the specified string value to this Filer object. |
![]() |
WriteUInt16 | Writes the specified UInt16 value to this Filer object. |
![]() |
WriteUInt32 | Writes the specified UInt32 value to this Filer object. |
![]() |
WriteUInt64 | Writes the specified UInt64 value to this Filer object. |
![]() |
WriteVector2d | Writes the specified 2D vector to this Filer object. |
![]() |
WriteVector3d | Writes the specified 3D vector to this Filer object. |
![]() |
WriteXDataStart | Indicates the start of xdata in this Filer object. |
![]() |
X | (Inherited from RXObject) |
© Bricsys NV. All rights reserved. |