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


IMapSurroundFactory.Create Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapSurroundFactory Interface > IMapSurroundFactory.Create Method
ArcGIS Developer Help

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
);
[C++]
Parameters
Map [in]

Map is a parameter of type IMap*

Product Availability

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

See Also

IMapSurroundFactory Interface