ArcFM Solution Developer Guide
Find Method (MobileBackdropLayer)


Version: 10.2.1a

Resource Center Home

Syntax
'Declaration
 
Public Overridable Function Find( _
   ByVal Search As System.String, _
   ByVal Contains As System.Boolean, _
   ByVal Fields As System.Object, _
   ByVal TrackCancel As ESRI.ArcGIS.esriSystem.ITrackCancel _
) As ESRI.ArcGIS.esriSystem.IArray
'Usage
 
Dim instance As MobileBackdropLayer
Dim Search As System.String
Dim Contains As System.Boolean
Dim Fields As System.Object
Dim TrackCancel As ESRI.ArcGIS.esriSystem.ITrackCancel
Dim value As ESRI.ArcGIS.esriSystem.IArray
 
value = instance.Find(Search, Contains, Fields, TrackCancel)
public virtual ESRI.ArcGIS.esriSystem.IArray Find( 
   System.string Search,
   System.bool Contains,
   System.object Fields,
   ESRI.ArcGIS.esriSystem.ITrackCancel TrackCancel
)

Parameters

Search
Contains
Fields
TrackCancel
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

MobileBackdropLayer Class
MobileBackdropLayer Members

 

 


Send Comment