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 416
ed0106b8 03d1 8478 2478 f6c63190d26c
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the underlay definition.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public UnderlayDefinition Definition { get; set; }
VB
Public Property Definition As UnderlayDefinition
Get
Set
C++
public:
property UnderlayDefinition^ Definition {
UnderlayDefinition^ get ();
void set (UnderlayDefinition^ value);
}
F#
member Definition : UnderlayDefinition with get, set