STK Real-Time FrameworkSend comments on this topic.
MetaDataDictionary Property (IAgRtProvideEntities)
See Also
Windows





Windows & Linux

Description

The array of IAgRtDataDictionaryEntry entries which defines the meta-data used by the provider.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property MetaDataDictionary() As System.Array
[C#]
public System.Array MetaDataDictionary {get;}
[Managed C++]
public: __property System::Array get_MetaDataDictionary();
[Unmanaged C++]
public: HRESULT get_MetaDataDictionary(
    SAFEARRAY * * ppDataDictionaryEntries
);
[Java]
public AgSafeArray getMetaDataDictionary();

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.