This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAGImportPathOptions Interface > IAGImportPathOptions.BasicMap Property (ArcObjects .NET 10.5 SDK) |
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