AGI STK Objects 11Send comments on this topic.
SetPassword Method (IAgScGlobeServerConfigData)
See Also
Password
Windows






Windows & Linux

Description

The password associated with the server.

Syntax

[Visual Basic .NET]
Public Sub SetPassword( _
    ByVal Password As String _
) As 
[C#]
public void SetPassword(
    string Password
);
[Managed C++]
public: void SetPassword(
    String __gc ^ Password
);
[Java]
public void setPassword(
    String Password
);
[Unmanaged C++]
public: HRESULT SetPassword(
    BSTR Password
);

Parameters

Password

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.