ArcObjects Library Reference  (GlobeCore)    

IGlobeServer.GetMQT Method

Gets the MQT for a given face from a given layer.

[Visual Basic 6.0]
Function GetMQT(
    ByVal LayerID As Long, _
    ByVal face As Long _
)() As Byte
[Visual Basic .NET]
Public Function GetMQT ( _
    ByVal LayerID As Integer, _
    ByVal face As Integer _
) As Byte[]
[C#]
public Byte[] GetMQT (
    int LayerID,
    int face
);
[Java]
public Byte[] getMQT (
    int LayerID,
    int face
)
throws
    IOException,
    AutomationException
[C++]
HRESULT GetMQT(
  long LayerID,
  long face,
  mqt* mqt
);
[C++]

Parameters

LayerID [in]

  LayerID is a parameter of type long

face [in]

  face is a parameter of type long

mqt [out, retval]

  mqt is a parameter of type

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGlobeServer Interface