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


ITerrainEdit.RemoveDataSource Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IT > ITerrainEdit Interface > ITerrainEdit.RemoveDataSource Method
ArcGIS Developer Help

ITerrainEdit.RemoveDataSource Method

Removes reference to a participating feature class.

[Visual Basic .NET]
Public Sub RemoveDataSource ( _
    ByVal index As Integer _
)
[C#]
public void RemoveDataSource (
    int index
);
[C++]
HRESULT RemoveDataSource(
  long index
);
[C++]
Parameters
index [in]

index is a parameter of type long

Product Availability

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

Description

Removing a data source will invalidate the terrain and require a build. See ITerrainEdit.Build.

See Also

ITerrainEdit Interface