ESRI.ArcGIS.DataManagementTools
filter Property
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.DataManagementTools Namespace > AddRastersToMosaicDataset Class : filter Property




A file name filter for the data to be added to the mosaic dataset. The wildcards for the filter can be a simple asterisk before a file extension, or it can be in the form or PERL syntax. *.TIF

REGEX:.*1923.*|.*1922.*

REGEX:.*192[34567].*|.*194.*|.*195.*

(In, Optional)

Syntax

Visual Basic (Declaration) 
Public Property filter As String
Visual Basic (Usage)Copy Code
Dim instance As AddRastersToMosaicDataset
Dim value As String
 
instance.filter = value
 
value = instance.filter
C# 
public string filter {get; set;}

See Also

© 2010 All Rights Reserved.