ArcObjects Library Reference  (GeoDatabaseExtensions)    

ITerrainEdit.RemoveDataSource Method

Removes reference to a participating feature class.

[Visual Basic 6.0]
Sub RemoveDataSource(
    ByVal index As Long _
)
[Visual Basic .NET]
Public Sub RemoveDataSource ( _
    ByVal index As Integer _
)
[C#]
public void RemoveDataSource (
    int index
);
[Java]
public void removeDataSource (
    int index
)
throws
    IOException,
    AutomationException
[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

 


Feedback Send feedback on this page