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
59ca067f 706d 8a4e 9c8c af1cadca91db
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the number of entities contained in the collection.
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public int Count { get; }
VB
Public ReadOnly Property Count As Integer
Get
C++
public:
virtual property int Count {
int get () sealed;
}
F#
abstract Count : int with get
override Count : int with get
Int32
ICollection(T).Count