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 409
a57beb23 4a57 d058 a73c 09cfdc0652ff
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the list of leader in the active layout.
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public IEnumerable<Leader> Leaders { get; }
VB
Public ReadOnly Property Leaders As IEnumerable(Of Leader)
Get
C++
public:
property IEnumerable<Leader^>^ Leaders {
IEnumerable<Leader^>^ get ();
}
F#
member Leaders : IEnumerable<Leader> with get
IEnumerable(Leader)