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




LayerID
TextureIDs
GetDDT

Syntax

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

Parameters

LayerID
TextureIDs
GetDDT

See Also

© 2010 All Rights Reserved.