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

cf4d6366 4982 1cce 2318 0349226371d0

haplokuon edited this page May 6, 2023 · 1 revision

Inserts Property

netDxf 3.0.0 Library

Gets the list of inserts in the active layout.

Definition

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

C#

public IEnumerable<Insert> Inserts { get; }

VB

Public ReadOnly Property Inserts As IEnumerable(Of Insert)
	Get

C++

public:
property IEnumerable<Insert^>^ Inserts {
	IEnumerable<Insert^>^ get ();
}

F#

member Inserts : IEnumerable<Insert> with get

Property Value

IEnumerable(Insert)

See Also

Reference

DrawingEntities Class
netDxf.Collections Namespace

Clone this wiki locally