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

ed0106b8 03d1 8478 2478 f6c63190d26c

haplokuon edited this page May 6, 2023 · 1 revision

Definition Property

netDxf 3.0.0 Library

Gets the underlay definition.

Definition

Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public UnderlayDefinition Definition { get; set; }

VB

Public Property Definition As UnderlayDefinition
	Get
	Set

C++

public:
property UnderlayDefinition^ Definition {
	UnderlayDefinition^ get ();
	void set (UnderlayDefinition^ value);
}

F#

member Definition : UnderlayDefinition with get, set

Property Value

UnderlayDefinition

See Also

Reference

Underlay Class
netDxf.Entities Namespace

Clone this wiki locally