ArcObjects Library Reference  (GlobeCore)    

IGlobeServerSetup.InitFromLayer Method

Initializes the server from from a layer file. The path must be accessible to the server machine.

[Visual Basic 6.0]
Sub InitFromLayer(
    ByVal layerFile As String _
)
[Visual Basic .NET]
Public Sub InitFromLayer ( _
    ByVal layerFile As String _
)
[C#]
public void InitFromLayer (
    string layerFile
);
[Java]
public void initFromLayer (
    String layerFile
)
throws
    IOException,
    AutomationException
[C++]
HRESULT InitFromLayer(
  BSTR layerFile
);
[C++]

Parameters

layerFile [in]

  layerFile is a parameter of type BSTR

Product Availability

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

See Also

IGlobeServerSetup Interface