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

e19888f1 6fa8 aeeb c45a c92787d04a4b

haplokuon edited this page May 6, 2023 · 1 revision

Entities Property

netDxf 3.0.0 Library

Gets the entities shortcuts.

Definition

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

C#

public DrawingEntities Entities { get; }

VB

Public ReadOnly Property Entities As DrawingEntities
	Get

C++

public:
property DrawingEntities^ Entities {
	DrawingEntities^ get ();
}

F#

member Entities : DrawingEntities with get

Property Value

DrawingEntities

See Also

Reference

DxfDocument Class
netDxf Namespace

Clone this wiki locally