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 _
) 
[C#]
public void SetPassword(
   string Password
);
[Managed C++]
public: void SetPassword(
   String __gc ^ Password
);
[Java]
public  setPassword(
   String Password
);
[Unmanaged C++]
public: HRESULT SetPassword(
   BSTR Password
);

Parameters

Password

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.