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
d64c225c 2c09 3c3b f43f 0fe3bac91565
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the boundary path type flag.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public HatchBoundaryPathTypeFlags PathType { get; }VB
Public ReadOnly Property PathType As HatchBoundaryPathTypeFlags
GetC++
public:
property HatchBoundaryPathTypeFlags PathType {
HatchBoundaryPathTypeFlags get ();
}F#
member PathType : HatchBoundaryPathTypeFlags with get