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


ITerrain.DataSource Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ITerrain.DataSource Property

Returns the data source specified by the index.

[Visual Basic .NET]
Public Function get_DataSource ( _
    ByVal index As Integer _
) As ITerrainDataSource
[C#]
public ITerrainDataSource get_DataSource (
    int index
);
[C++]
HRESULT get_DataSource(
  long index,
  ITerrainDataSource** ppDataSource
);
[C++]

Parameters index [in] index is a parameter of type long ppDataSource [out, retval]
ppDataSource is a parameter of type ITerrainDataSource

Product Availability

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

Description

Returns a reference to the specified data source. It may be a regular or embedded feature class.

See Also

ITerrain Interface