ESRI.ArcGIS.ADF.ArcGISServer.Local
BeginMeasure Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.ArcGISServer Namespace > ImageServerDcomProxy Class : BeginMeasure Method




From
To
MosaicRule
PixelSize
Operation
callback
asyncState

Syntax

Visual Basic (Declaration) 
Public Function BeginMeasure( _
   ByVal From As ESRI.ArcGIS.ADF.ArcGISServer.Geometry, _
   ByVal To As ESRI.ArcGIS.ADF.ArcGISServer.Geometry, _
   ByVal MosaicRule As ESRI.ArcGIS.ADF.ArcGISServer.MosaicRule, _
   ByVal PixelSize As ESRI.ArcGIS.ADF.ArcGISServer.Point, _
   ByVal Operation As ESRI.ArcGIS.ADF.ArcGISServer.esriMensurationOperation, _
   ByVal callback As AsyncCallback, _
   ByVal asyncState As Object _
) As IAsyncResult
Visual Basic (Usage)Copy Code
Dim instance As ImageServerDcomProxy
Dim From As ESRI.ArcGIS.ADF.ArcGISServer.Geometry
Dim To As ESRI.ArcGIS.ADF.ArcGISServer.Geometry
Dim MosaicRule As ESRI.ArcGIS.ADF.ArcGISServer.MosaicRule
Dim PixelSize As ESRI.ArcGIS.ADF.ArcGISServer.Point
Dim Operation As ESRI.ArcGIS.ADF.ArcGISServer.esriMensurationOperation
Dim callback As AsyncCallback
Dim asyncState As Object
Dim value As IAsyncResult
 
value = instance.BeginMeasure(From, To, MosaicRule, PixelSize, Operation, callback, asyncState)
C# 
public IAsyncResult BeginMeasure( 
   ESRI.ArcGIS.ADF.ArcGISServer.Geometry From,
   ESRI.ArcGIS.ADF.ArcGISServer.Geometry To,
   ESRI.ArcGIS.ADF.ArcGISServer.MosaicRule MosaicRule,
   ESRI.ArcGIS.ADF.ArcGISServer.Point PixelSize,
   ESRI.ArcGIS.ADF.ArcGISServer.esriMensurationOperation Operation,
   AsyncCallback callback,
   object asyncState
)

Parameters

From
To
MosaicRule
PixelSize
Operation
callback
asyncState

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.