ESRI.ArcGIS.ADF.ArcGISServer
EndGetLegendInfos Method
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > GlobeServerProxy Class : EndGetLegendInfos Method




asyncResult

Syntax

Visual Basic (Declaration) 
Public Function EndGetLegendInfos( _
   ByVal asyncResult As IAsyncResult _
) As GlobeLegendInfo()
Visual Basic (Usage)Copy Code
Dim instance As GlobeServerProxy
Dim asyncResult As IAsyncResult
Dim value() As GlobeLegendInfo
 
value = instance.EndGetLegendInfos(asyncResult)
C# 
public GlobeLegendInfo[] EndGetLegendInfos( 
   IAsyncResult asyncResult
)

Parameters

asyncResult

See Also

© 2010 All Rights Reserved.