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


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

ITerrain.DataSourceCount Property

The number of data sources participating in the terrain.

[Visual Basic .NET]
Public ReadOnly Property DataSourceCount As Integer
[C#]
public int DataSourceCount {get;}
[C++]
HRESULT get_DataSourceCount(
  long* pcDataSources
);
[C++]

Parameters pcDataSources [out, retval] pcDataSources is a parameter of type long

Product Availability

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

Description

The DataSourceCount represents the number of feature classes that participate in the terrain. This includes regular and embedded feature classes.

See Also

ITerrain Interface