Gets the number of entities in the scene.

Namespace:  ceometric.VectorGeometry
Assembly:  ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)

Syntax

C#
public int NumberOfEntities { get; }
Visual Basic (Declaration)
Public ReadOnly Property NumberOfEntities As Integer
Visual C++
public:
property int NumberOfEntities {
	int get ();
}

Field Value

The number of entities in the scene.

See Also