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


IAGImportPathOptions.BasicMap Property (ArcObjects .NET 10.6 SDK)
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

.NET Snippets

Create Animation from Path

.NET Samples

Create camera flyby from path (Code Files: frmCameraPath)