ArcObjects Library Reference (GlobeCore)  

IGlobeServerSetup.SOMVirtualCacheDirectory Property

The SOM virtual directory for Globe cache.

[Visual Basic .NET]
Public ReadOnly Property SOMVirtualCacheDirectory As String
[C#]
public string SOMVirtualCacheDirectory {get;}
[C++]
HRESULT get_SOMVirtualCacheDirectory(
  BSTR* pPath
);
[C++]

Parameters

pPath [out, retval]   pPath is a parameter of type BSTR

Product Availability

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

See Also

IGlobeServerSetup Interface