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


IWMTSDimension.SupportsCurrentValue Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IW > IWMTSDimension Interface > IWMTSDimension.SupportsCurrentValue Property
ArcGIS Developer Help

IWMTSDimension.SupportsCurrentValue Property

Indicates whether the current keyword is supported as a value.

[Visual Basic .NET]
Public ReadOnly Property SupportsCurrentValue As Boolean
[C#]
public bool SupportsCurrentValue {get;}
[C++]
HRESULT get_SupportsCurrentValue(
  Boolean* supports
);
[C++]
Parameters
supports [out, retval]

supports is a parameter of type bool*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IWMTSDimension Interface