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





Description

Specify whether to enable Globeserver access.

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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1