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

de899fff 7ea3 ce9f 731f e02ca83a24f8

haplokuon edited this page May 6, 2023 · 1 revision

Viewports Property

netDxf 3.0.0 Library

Gets the list of viewports in the active layout.

Definition

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

C#

public IEnumerable<Viewport> Viewports { get; }

VB

Public ReadOnly Property Viewports As IEnumerable(Of Viewport)
	Get

C++

public:
property IEnumerable<Viewport^>^ Viewports {
	IEnumerable<Viewport^>^ get ();
}

F#

member Viewports : IEnumerable<Viewport> with get

Property Value

IEnumerable(Viewport)

See Also

Reference

DrawingEntities Class
netDxf.Collections Namespace

Clone this wiki locally