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 419
8b164232 cf19 351c 04a5 0bd5f2d776a0
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the dgn underlay definitions collection.
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public UnderlayDgnDefinitions UnderlayDgnDefinitions { get; }
VB
Public ReadOnly Property UnderlayDgnDefinitions As UnderlayDgnDefinitions
Get
C++
public:
property UnderlayDgnDefinitions^ UnderlayDgnDefinitions {
UnderlayDgnDefinitions^ get ();
}
F#
member UnderlayDgnDefinitions : UnderlayDgnDefinitions with get