STK AgAsPluginSend comments on this topic.
AddMetaData Method (IAgAsEphemFileReaderPluginResultData)
See Also
Keyword
Value
Windows





Windows & Linux

Description

Associates the Value with the given Keyword

Syntax

[Visual Basic .NET]
Public Sub AddMetaData( _
    ByVal Keyword As String, _
    ByVal Value As String _
)
[C#]
public void AddMetaData(
    string Keyword,
    string Value
);
[Managed C++]
public: void AddMetaData(
    String __gc ^ Keyword,
    String __gc ^ Value
);
[Unmanaged C++]
public: HRESULT AddMetaData(
    BSTR Keyword,
    BSTR Value
);
[Java]
public void addMetaData(
    String Keyword,
    String Value
);

Parameters

Keyword
Value

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.