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


ISDGenerator.SetMapServer Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > ISDGenerator Interface > ISDGenerator.SetMapServer Method
ArcGIS Developer Help

ISDGenerator.SetMapServer Method

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

pMapServer is a parameter of type IMapServer*

Product Availability

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

See Also

ISDGenerator Interface