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
b07f4418 eb52 6018 f733 b4ed130f7f6f
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the application registries collection.
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public ApplicationRegistries ApplicationRegistries { get; }
VB
Public ReadOnly Property ApplicationRegistries As ApplicationRegistries
Get
C++
public:
property ApplicationRegistries^ ApplicationRegistries {
ApplicationRegistries^ get ();
}
F#
member ApplicationRegistries : ApplicationRegistries with get