Skip to content

ACadSharp.Blocks.Block

Albert Domenech edited this page Jul 14, 2024 · 2 revisions

Block Class

Represents a entity

Remarks

Object name
Dxf class name

Definition

Namespace: ACadSharp.Blocks

C#

public class Block

Properties

Returns Name Summary
XYZ BasePoint Specifies the insert point of the block.
BlockRecord BlockOwner Block record that owns this entity
String Comments Specifies the comments for the block or drawing.
BlockTypeFlags Flags Block active flags.
String Name Specifies the name of the object.
String ObjectName
ObjectType ObjectType
String SubclassMarker
String XrefPath Gets the path of the block, document, application, or external reference.

Methods

Returns Name Summary
CadObject Clone
Clone this wiki locally