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


ITerrainAttributeRenderer.GetDataSources Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

ITerrainAttributeRenderer.GetDataSources Method

The embedded data sources to be rendered.

[Visual Basic .NET]
Public Function GetDataSources ( _
) As ILongArray
[C#]
public ILongArray GetDataSources (
);
[C++]
HRESULT GetDataSources(
  ILongArray** ppDataSources
);
[C++]

Parameters ppDataSources [out, retval]
ppDataSources is a parameter of type ILongArray

Product Availability

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

See Also

ITerrainAttributeRenderer Interface