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


IGxWMSConnection.LoadFromFile Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Catalog > ESRI.ArcGIS.Catalog > Interfaces > IG > IGxWMSConnection Interface > IGxWMSConnection.LoadFromFile Method
ArcGIS Developer Help

IGxWMSConnection.LoadFromFile Method

Loads a WMS connection file.

[Visual Basic .NET]
Public Sub LoadFromFile ( _
    ByVal Path As String _
)
[C#]
public void LoadFromFile (
    string Path
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGxWMSConnection Interface