AGI STK Objects 11 Send comments on this topic.
Set Method (IAgKeyValueCollection)
See Also 
Key
Value





Description

Sets the value associated with specified key.

Syntax

[Visual Basic .NET]
Public Sub Set( _
   ByVal Key As String, _
   ByVal Value As String _
) 

[C#]
public void Set(
string Key,
string Value
);

[Managed C++]
public: void Set(
String __gc ^ Key,
String __gc ^ Value
);

[Java]
public  set(
String Key,
String Value
);

[Unmanaged C++]
public: HRESULT Set(
BSTR Key,
BSTR Value
);

Parameters

Key
Value

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1