This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IT > ITerrainDataImporter Interface > ITerrainDataImporter.SetEmpty Method (ArcObjects .NET 10.5 SDK) |
Clears all properties.
[Visual Basic .NET]
Public Sub SetEmpty ( _
)
[C#] public void SetEmpty ( );
[C++]
HRESULT SetEmpty(
void
);
SetEmpty clears all the properties but keeps the object alive. Use this when needing to clear the file or folder lists of the importer while in a loop. Keep in the mind the other properties will also need to be reset. Nevertheless, this is less expensive than instantiating the object repeatedly.