Click or drag to resize

BlockRecord Class

Represent the record of a block in the tables section.
Inheritance Hierarchy

Namespace:  DXFReaderNET.Blocks
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.52
Syntax
public class BlockRecord : DxfObject

The BlockRecord type exposes the following members.

Constructors
  NameDescription
Public methodBlockRecord
Initializes a new instance of the BlockRecord class.
Top
Properties
  NameDescription
Public propertyAllowExploding
Gets or sets if the block can be exploded.
Public propertyCodeName
Gets the dxf entity type string.
(Inherited from DxfObject.)
Public propertyStatic memberDefaultUnits
Gets or sets the default block units.
Public propertyHandle
Gets the handle assigned to the dxf object.
(Inherited from DxfObject.)
Public propertyIsForInternalUseOnly
Gets if the block record is for internal use only.
Public propertyLayout
Gets the associated Layout.
Public propertyName
Gets the name of the block record.
Public propertyOwner
Gets the owner of the actual dxf object.
Public propertyScaleUniformly
Gets or sets if the block must be scaled uniformly.
Public propertyUnits
Gets or sets the block insertion units.
Public propertyXData
Gets the block record extended data.
Top
Methods
See Also