This document is archived and information here might be outdated. Recommended version. |
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**