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


IFunctionRasterDataset.MemberDatasetNames Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IFunctionRasterDataset.MemberDatasetNames Property

The constituent datasets names referenced by this function raster dataset.

[Visual Basic .NET]
Public ReadOnly Property MemberDatasetNames As IArray
[C#]
public IArray MemberDatasetNames {get;}
[C++]
HRESULT get_MemberDatasetNames(
  IArray** ppDatasetNames
);
[C++]

Parameters ppDatasetNames [out, retval]
ppDatasetNames is a parameter of type IArray

Product Availability

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

See Also

IFunctionRasterDataset Interface