ArcObjects Library Reference  (GlobeCore)    

IGlobeServer.GetConfig Method

Gets the configuration file from a given layer.

[Visual Basic 6.0]
Function GetConfig(
    ByVal LayerID As Long _
)() As Byte
[Visual Basic .NET]
Public Function GetConfig ( _
    ByVal LayerID As Integer _
) As Byte[]
[C#]
public Byte[] GetConfig (
    int LayerID
);
[Java]
public Byte[] getConfig (
    int LayerID
)
throws
    IOException,
    AutomationException
[C++]
HRESULT GetConfig(
  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