ArcFM Engine Developer Guide
PrepareTimeQueryFromDisplay Method


Version: 10.2.1a

Resource Center Home

Syntax
'Declaration
 
Public Overridable Sub PrepareTimeQueryFromDisplay( _
   ByVal pDisplay As ESRI.ArcGIS.Display.IDisplay, _
   ByVal pFilter As ESRI.ArcGIS.Geodatabase.IQueryFilter _
) 
'Usage
 
Dim instance As MobileBackdropLayer
Dim pDisplay As ESRI.ArcGIS.Display.IDisplay
Dim pFilter As ESRI.ArcGIS.Geodatabase.IQueryFilter
 
instance.PrepareTimeQueryFromDisplay(pDisplay, pFilter)
public virtual void PrepareTimeQueryFromDisplay( 
   ESRI.ArcGIS.Display.IDisplay pDisplay,
   out ESRI.ArcGIS.Geodatabase.IQueryFilter pFilter
)

Parameters

pDisplay
pFilter
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