The element count of the set.
[Visual Basic .NET]
Public ReadOnly Property Count As Integer
[C#]
public int Count {get;}
[C++]
HRESULT get_Count(
long* Count
);
[C++]
Parameters
Count [out, retval]
Count is a parameter of type long
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
Returns the number of objects in the Set.
See Also
ISet Interface
.NET Samples
Create a custom raster function (Code Files:
WatermarkFunctionUIClass) |
Implementing a schematic rule and its property page (Code Files:
ReductionLinkPropertyPage) |
Layer property page and property sheet (Code Files:
LayerVisibilityPage) |
Move a graphic along a path in ArcMap (Code Files:
MapGraphicTrackPropPage) |
Multivariate renderer (Code Files:
MultivariateRendPropPage) |
Time Series Graph tool add-in (Code Files:
TimeSeriesGraph) |
Timestamper class extension (Code Files:
TimestampPropertyPage) |
.NET Related Topics
Creating a predefined vertical coordinate system |
Creating custom symbols |
Using the SpatialReferenceEnvironment |