This document is archived and information here might be outdated.  Recommended version.


IWMTSDimension.ValueCount Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GISClient)  

IWMTSDimension.ValueCount Property

Value count in WMTS Dimension.

[Visual Basic .NET]
Public ReadOnly Property ValueCount As Integer
[C#]
public int ValueCount {get;}
[C++]
HRESULT get_ValueCount(
  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.

See Also

IWMTSDimension Interface