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


IKmlConvertor.SetMap Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GlobeCore)  

IKmlConvertor.SetMap Method

Intialize by IMap object.

[Visual Basic .NET]
Public Sub SetMap ( _
    ByVal pMap As IMap _
)
[C#]
public void SetMap (
    IMap pMap
);
[C++]
HRESULT SetMap(
  IMap* pMap
);
[C++]

Parameters pMap [in]
pMap is a parameter of type IMap

Product Availability

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

See Also

IKmlConvertor Interface