This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 411
de899fff 7ea3 ce9f 731f e02ca83a24f8
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the list of viewports in the active layout.
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
IEnumerable(Viewport)