This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapSurroundFactory Interface > IMapSurroundFactory.Create Method (ArcObjects .NET 10.5 SDK) |
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