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 407
b4acd231 0196 e895 ae57 bd4de896c917
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the default application registry.
Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static ApplicationRegistry Default { get; }
VB
Public Shared ReadOnly Property Default As ApplicationRegistry
Get
C++
public:
static property ApplicationRegistry^ Default {
ApplicationRegistry^ get ();
}
F#
static member Default : ApplicationRegistry with get