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


IGraphicFeatureServerInit.Connect Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGraphicFeatureServerInit Interface > IGraphicFeatureServerInit.Connect Method
ArcGIS Developer Help

IGraphicFeatureServerInit.Connect Method

Initialize GraphicFeatureServer object with MapServer.

[Visual Basic .NET]
Public Sub Connect ( _
    ByVal MapServer As IMapServer _
)
[C#]
public void Connect (
    IMapServer MapServer
);
[C++]
HRESULT Connect(
  IMapServer* MapServer
);
[C++]
Parameters
MapServer [in]

MapServer is a parameter of type IMapServer*

Product Availability

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

See Also

IGraphicFeatureServerInit Interface