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


IDEWMSMap.Name Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IDEWMSMap.Name Property

The WMS connection name object.

[Visual Basic .NET]
Public Property Name As IName
[C#]
public IName Name {get; set;}
[C++]
HRESULT get_Name(
  IName** ppWMSConnectionName
);
[C++]
HRESULT putref_Name(
  IName* ppWMSConnectionName
);
[C++]

Parameters ppWMSConnectionName [out, retval]
ppWMSConnectionName is a parameter of type IName ppWMSConnectionName [in]
ppWMSConnectionName is a parameter of type IName

Product Availability

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

See Also

IDEWMSMap Interface