BlockRecord Class |
Namespace: netDxf.Blocks
The BlockRecord type exposes the following members.
| Name | Description | |
|---|---|---|
| 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 block record extended data.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString |
Converts the value of this instance to its equivalent string representation.
(Overrides DxfObjectToString.) |