AGI STK Objects 11 Send comments on this topic.
Metadata Property (IAgStkObject)
See Also 
Windows






Windows & Linux

Description

Gets the object's metadata. Metadata is a collection of keys and their associated values.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Metadata() As IAgKeyValueCollection

[C#]
public IAgKeyValueCollection Metadata {get;}

[Managed C++]
public: __property IAgKeyValueCollection^ get_Metadata();

[Unmanaged C++]
public: HRESULT get_Metadata(
IAgKeyValueCollection ** ppRetVal
);

[Java]
public IAgKeyValueCollection getMetadata();

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface