This document is archived and information here might be outdated.  Recommended version.


IGlobeServer.GetConfiguration Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeServer.GetConfiguration Method

Gets all the configuration and MQT files from a given layer.

[Visual Basic .NET]
Public Function GetConfiguration ( _
    ByVal LayerID As Integer _
) As Byte[]
[C#]
public Byte[] GetConfiguration (
    int LayerID
);
[C++]
HRESULT GetConfiguration(
  long LayerID,
  config* config
);
[C++]

Parameters LayerID [in] LayerID is a parameter of type long config [out, retval] config is a parameter of type

Product Availability

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

See Also

IGlobeServer Interface