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

d64c225c 2c09 3c3b f43f 0fe3bac91565

haplokuon edited this page May 6, 2023 · 1 revision

PathType Property

netDxf 3.0.0 Library

Gets the boundary path type flag.

Definition

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

C#

public HatchBoundaryPathTypeFlags PathType { get; }

VB

Public ReadOnly Property PathType As HatchBoundaryPathTypeFlags
	Get

C++

public:
property HatchBoundaryPathTypeFlags PathType {
	HatchBoundaryPathTypeFlags get ();
}

F#

member PathType : HatchBoundaryPathTypeFlags with get

Property Value

HatchBoundaryPathTypeFlags

See Also

Reference

HatchBoundaryPath Class
netDxf.Entities Namespace

Clone this wiki locally