 | VectorCount Property |
Get or set the number of elements in the array
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic int Count { get; set; }
public int Count { get; set; }
Public Property Count As Integer
Get
Set
Public Property Count As Integer
Get
Set
public:
property int Count {
int get ();
void set (int value);
}
public:
property int Count {
int get ();
void set (int value);
}
member Count : int with get, set
member Count : int with get, set
Property Value
Type:
Int32
See Also