STK Common Entity LibrarySend comments on this topic.
MetaData Property (IAgEntity)
See Also
Windows





Windows & Linux

Description

The meta-data associated with the entity.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property MetaData() As IAgEntityMetaDataCollection
[C#]
public IAgEntityMetaDataCollection MetaData {get;}
[Managed C++]
public: __property IAgEntityMetaDataCollection ^ get_MetaData();
[Unmanaged C++]
public: HRESULT get_MetaData(
    IAgEntityMetaDataCollection ** ppMetaData
);
[Java]
public IAgEntityMetaDataCollection getMetaData();

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.