Click or drag to resize

DxfDocumentSupportFolders Property

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the list of folders where the drawing support files are present.

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

Property Value

Type: SupportFolders
Remarks
When shape linetype segments are used, the shape number will be obtained reading the .shp file equivalent to the .shx file, that file will be looked for in the same folder as the .shx file or one of the document support folders.
See Also