-
-
Notifications
You must be signed in to change notification settings - Fork 120
ACadSharp.Tables.BlockRecord
Albert Domenech edited this page Oct 24, 2024
·
6 revisions
Represents a entry
Object name
Dxf class name
Namespace: ACadSharp.Tables
C#
DxfNameAttribute
DxfSubClassAttribute
public class BlockRecord
Returns | Name | Summary |
---|---|---|
IEnumerable<AttributeDefinition> |
AttributeDefinitions | Attribute definitions in this block |
BlockEnd |
BlockEnd | End block entity for this Block record. |
Block |
BlockEntity | Block entity for this record |
Boolean |
CanScale | Specifies the scaling allowed for the block. |
CadObjectCollection<Entity> |
Entities | Entities owned by this block. |
BlockTypeFlags |
Flags | |
Boolean |
HasAttributes | Flag indicating if the Block has Attributes attached |
Boolean |
IsExplodable | Specifies whether the block can be exploded. |
Layout |
Layout | Associated Layout. |
String |
ObjectName | |
ObjectType |
ObjectType | |
Byte[] |
Preview | DXF: Binary data for bitmap preview. |
SortEntitiesTable |
SortEntitiesTable | Sort entities table for this block record. |
String |
SubclassMarker | |
UnitsType |
Units | Block insertion units |
IEnumerable<Viewport> |
Viewports | ViewPorts attached to this block |
Returns | Name | Summary |
---|---|---|
CadObject |
Clone | |
SortEntitiesTable |
CreateSortEntitiesTable |
ACadSharp Class Library Documentation
Documentation created by NetDocGen
- ACadSharp
- ACadSharp.Attributes
- ACadSharp.Blocks
- ACadSharp.Classes
- ACadSharp.Entities
- ACadSharp.Exceptions
- ACadSharp.Header
- ACadSharp.IO
- ACadSharp.Objects
- ACadSharp.Objects.Collections
- ACadSharp.Tables
- ACadSharp.Tables.Collections
- ACadSharp.Types.Units
- CSMath
- CSMath.Geometry
- CSUtilities.Attributes
- CSUtilities.Extensions