ESRI.ArcGIS.Geoprocessor
ListRasters Method
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.Geoprocessor Namespace > Geoprocessor Class : ListRasters Method




wildCard
rasterType
Return the list of rasters within the current workspace.

Syntax

Visual Basic (Declaration) 
Public Function ListRasters( _
   ByVal wildCard As String, _
   ByVal rasterType As String _
) As IGpEnumList
Visual Basic (Usage)Copy Code
Dim instance As Geoprocessor
Dim wildCard As String
Dim rasterType As String
Dim value As IGpEnumList
 
value = instance.ListRasters(wildCard, rasterType)
C# 
public IGpEnumList ListRasters( 
   string wildCard,
   string rasterType
)

Parameters

wildCard
rasterType

See Also

© 2010 All Rights Reserved.