This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeServer Interface > IGlobeServer.GetMQT Method (ArcObjects .NET 10.4 SDK) |
Gets the MQT for a given face from a given layer.
[Visual Basic .NET] Public Function GetMQT ( _ ByVal LayerID As Integer, _ ByVal face As Integer _ ) As Byte[]
[C#] public Byte[] GetMQT ( int LayerID, int face );
[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