HatchBoundaryPathPathType Property
|
Gets the boundary path type flag.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.12.2
Syntaxpublic HatchBoundaryPathTypeFlags PathType { get; set; }
Public Property PathType As HatchBoundaryPathTypeFlags
Get
Set
public:
property HatchBoundaryPathTypeFlags PathType {
HatchBoundaryPathTypeFlags get ();
void set (HatchBoundaryPathTypeFlags value);
}
member PathType : HatchBoundaryPathTypeFlags with get, set
PROPERTY PathType AS HatchBoundaryPathTypeFlags GET SET
Property Value
Type:
HatchBoundaryPathTypeFlags
See Also