This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 407
e742f031 8ad1 a78d 387c 948e4e75308f
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Represent the record of a block in the tables section.
Namespace: netDxf.Blocks
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public class BlockRecord : DxfObject
VB
Public Class BlockRecord
Inherits DxfObject
C++
public ref class BlockRecord : public DxfObject
F#
type BlockRecord =
class
inherit DxfObject
end
Inheritance | Object → DxfObject → BlockRecord |
AllowExploding | Gets or sets if the block can be exploded. |
CodeName | Gets the DXF object name. (Inherited from DxfObject) |
DefaultUnits | Gets or sets the default block units. |
Handle | Gets the handle assigned to the DXF object. (Inherited from DxfObject) |
IsForInternalUseOnly | Gets if the block record is for internal use only. |
Layout | Gets the associated Layout. |
Name | Gets the name of the block record. |
Owner | Gets the owner of the actual DXF object. |
ScaleUniformly | Gets or sets if the block must be scaled uniformly. |
Units | Gets or sets the block insertion units. |
XData | Gets the entity extended data. (Inherited from DxfObject) |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
ToString | Converts the value of this instance to its equivalent string representation. (Overrides DxfObject.ToString()) |
XDataAddAppReg |
(Inherited from DxfObject) |
XDataRemoveAppReg |
(Inherited from DxfObject) |