AGI AgAsPlugin 11 Send comments on this topic.
AddMetaData Method (IAgAsEphemFileReaderPluginResultData)
See Also 
Keyword
Value





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
);

[Java]
public  addMetaData(
String Keyword,
String Value
);

[Unmanaged C++]
public: HRESULT AddMetaData(
BSTR Keyword,
BSTR Value
);

Parameters

Keyword
Value

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1