Click or drag to resize

EntityObject Class

Represents a generic entity.
Inheritance Hierarchy
SystemObject
  DXFReaderNETDxfObject
    DXFReaderNET.EntitiesEntityObject
      More...

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
[SerializableAttribute]
public abstract class EntityObject : DxfObject, 
	ICloneable

The EntityObject type exposes the following members.

Properties
  NameDescription
Public propertyCodeName
Gets the dxf entity type string.
(Inherited from DxfObject.)
Public propertyColor
Gets or sets the entity color.
Public propertyHandle
Gets the handle assigned to the dxf object.
(Inherited from DxfObject.)
Public propertyIsVisible
Gets or set the entity visibility.
Public propertyLayer
Gets or sets the entity layer.
Public propertyLinetype
Gets or sets the entity line type.
Public propertyLinetypeScale
Gets or sets the entity line type scale.
Public propertyLineweight
Gets or sets the entity line weight, one unit is always 1/100 mm (default = ByLayer). Valid value are: 0, 5, 9, 13, 15, 18, 20, 25, 30, 35, 40, 50, 53, 60, 70, 80, 90, 100, 106, 120, 140, 158, 200, and 211.
Public propertyNormal
Gets or sets the entity normal.
Public propertyOwner
Gets the owner of the actual dxf object.
Public propertyReactors
Gets or sets the list of dxf objects that has been attached to this entity.
Public propertyTransparency
Gets or sets layer transparency (default: ByLayer).
Public propertyType
Gets the entity type.
Public propertyXData
Gets or sets the entity extended data.
Top
Methods
  NameDescription
Public methodClone
Creates a new entity that is a copy of the current instance.
Public methodToString
Converts the value of this instance to its equivalent string representation.
(Overrides DxfObjectToString.)
Top
See Also
Inheritance Hierarchy
SystemObject
  DXFReaderNETDxfObject
    DXFReaderNET.EntitiesEntityObject
      DXFReaderNET.EntitiesAcadProxyEntity
      DXFReaderNET.EntitiesAcadTable
      DXFReaderNET.EntitiesArc
      DXFReaderNET.EntitiesAttributeDefinition
      DXFReaderNET.EntitiesBody
      DXFReaderNET.EntitiesCircle
      DXFReaderNET.EntitiesDimension
      DXFReaderNET.EntitiesEllipse
      DXFReaderNET.EntitiesFace3D
      DXFReaderNET.EntitiesHatch
      DXFReaderNET.EntitiesHelix
      DXFReaderNET.EntitiesImage
      DXFReaderNET.EntitiesInsert
      DXFReaderNET.EntitiesLeader
      DXFReaderNET.EntitiesLine
      DXFReaderNET.EntitiesLwPolyline
      DXFReaderNET.EntitiesMesh
      DXFReaderNET.EntitiesMLine
      DXFReaderNET.EntitiesMText
      DXFReaderNET.EntitiesOle2Frame
      DXFReaderNET.EntitiesOleFrame
      DXFReaderNET.EntitiesPoint
      DXFReaderNET.EntitiesPolyfaceMesh
      DXFReaderNET.EntitiesPolyline
      DXFReaderNET.EntitiesRay
      DXFReaderNET.EntitiesRegion
      DXFReaderNET.EntitiesSolid
      DXFReaderNET.EntitiesSolid3D
      DXFReaderNET.EntitiesSpline
      DXFReaderNET.EntitiesSurface
      DXFReaderNET.EntitiesText
      DXFReaderNET.EntitiesTolerance
      DXFReaderNET.EntitiesTrace
      DXFReaderNET.EntitiesUnderlay
      DXFReaderNET.EntitiesViewport
      DXFReaderNET.EntitiesWipeout
      DXFReaderNET.EntitiesXLine