Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

3a739e12 0fae b1ac 83c3 e9aacb34c1cc

haplokuon edited this page May 6, 2023 · 1 revision

ApplicationRegistry Property

netDxf 3.0.0 Library

Gets or sets the name of the application associated with the list of extended data records.

Definition

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

Property Value

ApplicationRegistry

See Also

Reference

XData Class
netDxf Namespace

Clone this wiki locally