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

d703118a 4080 bd04 5b4c 3e72e020b569

haplokuon edited this page May 6, 2023 · 1 revision

LineDefinitions Property

netDxf 3.0.0 Library

Gets the definition of the lines that make up the pattern (not applicable in Solid fills).

Definition

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

C#

public List<HatchPatternLineDefinition> LineDefinitions { get; }

VB

Public ReadOnly Property LineDefinitions As List(Of HatchPatternLineDefinition)
	Get

C++

public:
property List<HatchPatternLineDefinition^>^ LineDefinitions {
	List<HatchPatternLineDefinition^>^ get ();
}

F#

member LineDefinitions : List<HatchPatternLineDefinition> with get

Property Value

List(HatchPatternLineDefinition)

See Also

Reference

HatchPattern Class
netDxf.Entities Namespace

Clone this wiki locally