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 415
d6e9354a b579 778b d1c1 ef9b7f8c34a3
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the list of rays in the active layout.
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public IEnumerable<Ray> Rays { get; }
VB
Public ReadOnly Property Rays As IEnumerable(Of Ray)
Get
C++
public:
property IEnumerable<Ray^>^ Rays {
IEnumerable<Ray^>^ get ();
}
F#
member Rays : IEnumerable<Ray> with get
IEnumerable(Ray)