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

6384971a a77a cce4 6ba2 dcaf535a840e

haplokuon edited this page May 6, 2023 · 1 revision

Count Property

netDxf 3.0.0 Library

Gets the number of table objects.

Definition

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:
property int Count {
	int get ();
}

F#

member Count : int with get

Property Value

Int32

See Also

Reference

TableObjects(T) Class
netDxf.Collections Namespace

Clone this wiki locally