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

b4acd231 0196 e895 ae57 bd4de896c917

haplokuon edited this page May 6, 2023 · 1 revision

Default Property

netDxf 3.0.0 Library

Gets the default application registry.

Definition

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

Property Value

ApplicationRegistry

See Also

Reference

ApplicationRegistry Class
netDxf.Tables Namespace

Clone this wiki locally