Click or drag to resize

LinetypeShapeSegmentName Property

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the name of the shape.

Namespace:  netDxf.Tables
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public string Name { get; }
Request Example View Source

Property Value

Type: String
Remarks
The shape must be defined in the .shx shape definitions file.
The dxf instead of saving the shape name, as the Shape entity or the shape linetype segments definition in a .lin file, it stores the shape number. Therefore when saving a dxf file the shape number will be obtained reading the .shp file.
See Also