This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 411
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
Get
C++
public:
property HatchBoundaryPathTypeFlags PathType {
HatchBoundaryPathTypeFlags get ();
}
F#
member PathType : HatchBoundaryPathTypeFlags with get