ArcObjects Library Reference (Carto)  

IMapSurroundFactory.Create Method

Creates a map surround for the given map and returns it.

[Visual Basic .NET]
Public Function Create ( _
    ByVal Map As IMap _
) As IMapSurround
[C#]
public IMapSurround Create (
    IMap Map
);
[C++]
HRESULT Create(
  IMap* Map,
  IMapSurround** MapSurround
);
[C++]

Parameters

Map [in]

  Map is a parameter of type IMap

MapSurround [out, retval]

  MapSurround is a parameter of type IMapSurround

Product Availability

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

See Also

IMapSurroundFactory Interface