Click or drag to resize

TerrainCollection.Count Property

Gets the number of TerrainOverlay objects in the collection.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public virtual int Count { get; }

Property Value

Type: Int32

Implements

ICollection<T>.Count
See Also