Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

c7e568af 261e 30e2 c6b7 703195bd6587

haplokuon edited this page May 6, 2023 · 1 revision

Load Method

netDxf 3.0.0 Library

Creates a new hatch pattern from the definition in a PAT file.

Definition

Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public static HatchPattern Load(
	string file,
	string patternName
)

VB

Public Shared Function Load ( 
	file As String,
	patternName As String
) As HatchPattern

C++

public:
static HatchPattern^ Load(
	String^ file, 
	String^ patternName
)

F#

static member Load : 
        file : string * 
        patternName : string -> HatchPattern 

Parameters

  String
PAT file where the definition is located.
  String
Name of the pattern definition that wants to be read (ignore case).

Return Value

HatchPattern
A Hatch pattern as defined in the PAT file.

See Also

Reference

HatchPattern Class
netDxf.Entities Namespace

Clone this wiki locally