This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IF > IFunctionRasterDataset2 Interface > IFunctionRasterDataset2.GetFiles Method (ArcObjects .NET 10.4 SDK) |
Gets source files within a given clipping geometry.
[Visual Basic .NET] Public Sub GetFiles ( _ ByVal pGeometry As IGeometry, _ ByRef ppFiles As IStringArray _ )
[C#] public void GetFiles ( IGeometry pGeometry, ref IStringArray ppFiles );
[C++]
HRESULT GetFiles(
IGeometry* pGeometry,
IStringArray** ppFiles
);
[C++]
Parameters pGeometry
pGeometry is a parameter of type IGeometry ppFiles
ppFiles is a parameter of type IStringArray