ESRI.ArcGIS.ADF.ArcGISServer
GetTexturesExAsync(Int32,Int32[],Boolean,Object) Method
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > GlobeServerProxy Class > GetTexturesExAsync Method : GetTexturesExAsync(Int32,Int32[],Boolean,Object) Method




LayerID
TextureIDs
GetDDT
userState

Syntax

Visual Basic (Declaration) 
Public Overloads Sub GetTexturesExAsync( _
   ByVal LayerID As Integer, _
   ByVal TextureIDs() As Integer, _
   ByVal GetDDT As Boolean, _
   ByVal userState As Object _
) 
Visual Basic (Usage)Copy Code
Dim instance As GlobeServerProxy
Dim LayerID As Integer
Dim TextureIDs() As Integer
Dim GetDDT As Boolean
Dim userState As Object
 
instance.GetTexturesExAsync(LayerID, TextureIDs, GetDDT, userState)
C# 
public void GetTexturesExAsync( 
   int LayerID,
   int[] TextureIDs,
   bool GetDDT,
   object userState
)

Parameters

LayerID
TextureIDs
GetDDT
userState

See Also

© 2010 All Rights Reserved.