AGI STK Objects 11Send comments on this topic.
EnableGlobeServerAccess Property (IAgScVO)
See Also 
Windows






Windows & Linux

Description

This property is deprecated.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property EnableGlobeServerAccess() As Boolean
[C#]
public bool EnableGlobeServerAccess {get; set;}
[Managed C++]
public: __property bool get_EnableGlobeServerAccess();
public: __property void set_EnableGlobeServerAccess(
   bool
);
[Unmanaged C++]
public: HRESULT get_EnableGlobeServerAccess(
   VARIANT_BOOL * pRetVal
);
public: HRESULT put_EnableGlobeServerAccess(
   VARIANT_BOOL NewEnableGlobeServerAccess
);
[Java]
public bool getEnableGlobeServerAccess();public void setEnableGlobeServerAccess(
   bool
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.