This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
57937221 ca46 5802 99b5 ef220e299a2d
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the list of hatch pattern names defined in a PAT file.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static List<string> NamesFromFile(
string file
)VB
Public Shared Function NamesFromFile (
file As String
) As List(Of String)C++
public:
static List<String^>^ NamesFromFile(
String^ file
)F#
static member NamesFromFile :
file : string -> List<string> - String
- Hatch pattern definitions file.
List(String)
List of hatch pattern names contained in the specified PAT file.