STK ObjectsSend 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
);
[Unmanaged C++]
public: HRESULT Set(
    BSTR Key,
    BSTR Value
);
[Java]
public void set(
    String Key,
    String Value
);
[Python - STK API ]
def Set(self, Key:str, Value:str) -> None:

Parameters

Key
Value

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.