ArcObjects Library Reference (GISClient)  

IWMSServiceDescription.SRSCount Property

Supported SRS count.

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

IWMSServiceDescription Interface