Click or drag to resize

BlockRecordName Property

Gets the name of the block record.

Namespace:  DXFReaderNET.Blocks
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public string Name { get; }

Property Value

Type: String
Remarks
Block record names are case insensitive.
The block which name starts with "*" are for internal purpose only.
See Also