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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.