This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
cf4d6366 4982 1cce 2318 0349226371d0
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the list of inserts in the active layout.
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)
GetC++
public:
property IEnumerable<Insert^>^ Inserts {
IEnumerable<Insert^>^ get ();
}F#
member Inserts : IEnumerable<Insert> with getIEnumerable(Insert)