Click or drag to resize

EntityObject Properties

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
See Also