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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1