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

d6e9354a b579 778b d1c1 ef9b7f8c34a3

haplokuon edited this page May 6, 2023 · 1 revision

Rays Property

netDxf 3.0.0 Library

Gets the list of rays in the active layout.

Definition

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

Property Value

IEnumerable(Ray)

See Also

Reference

DrawingEntities Class
netDxf.Collections Namespace

Clone this wiki locally