Import cache.
[Visual Basic .NET] Public Sub Import ( _ ByVal pLevels As ILongArray, _ ByVal pGeometry As IGeometry, _ ByVal numThreads As Integer, _ ByVal pTrackCancel As ITrackCancel, _ ByVal Overwrite As Boolean _ )
[C#] public void Import ( ILongArray pLevels, IGeometry pGeometry, int numThreads, ITrackCancel pTrackCancel, bool Overwrite );
[C++]
HRESULT Import(
ILongArray* pLevels,
IGeometry* pGeometry,
long numThreads,
ITrackCancel* pTrackCancel,
VARIANT_BOOL Overwrite
);
[C++]Parameters
pLevels [in]pLevels is a parameter of type ILongArray
pGeometry [in]pGeometry is a parameter of type IGeometry
numThreads [in] numThreads is a parameter of type long pTrackCancel [in]pTrackCancel is a parameter of type ITrackCancel
Overwrite [in] Overwrite is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.