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

8b164232 cf19 351c 04a5 0bd5f2d776a0

haplokuon edited this page May 6, 2023 · 1 revision

UnderlayDgnDefinitions Property

netDxf 3.0.0 Library

Gets the dgn underlay definitions collection.

Definition

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

C#

public UnderlayDgnDefinitions UnderlayDgnDefinitions { get; }

VB

Public ReadOnly Property UnderlayDgnDefinitions As UnderlayDgnDefinitions
	Get

C++

public:
property UnderlayDgnDefinitions^ UnderlayDgnDefinitions {
	UnderlayDgnDefinitions^ get ();
}

F#

member UnderlayDgnDefinitions : UnderlayDgnDefinitions with get

Property Value

UnderlayDgnDefinitions

See Also

Reference

DxfDocument Class
netDxf Namespace

Clone this wiki locally