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
3a739e12 0fae b1ac 83c3 e9aacb34c1cc
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets the name of the application associated with the list of extended data records.
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public ApplicationRegistry ApplicationRegistry { get; }
VB
Public ReadOnly Property ApplicationRegistry As ApplicationRegistry
Get
C++
public:
property ApplicationRegistry^ ApplicationRegistry {
ApplicationRegistry^ get ();
}
F#
member ApplicationRegistry : ApplicationRegistry with get