ArcObjects Library Reference (Animation)  

IAGImportPathOptions.BasicMap Property

The basic map.

[Visual Basic .NET]
Public Property BasicMap As IBasicMap
[C#]
public IBasicMap BasicMap {get; set;}
[C++]
HRESULT get_BasicMap(
  IBasicMap** ppMap
);
[C++]
HRESULT putref_BasicMap(
  IBasicMap* ppMap
);
[C++]

Parameters

ppMap [out, retval]

  ppMap is a parameter of type IBasicMap

ppMap [in]

  ppMap is a parameter of type IBasicMap

Product Availability

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

See Also

IAGImportPathOptions Interface