AGI Common Entity Library 11 Send 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 AgEntityMetaDataCollection

[C#]
public AgEntityMetaDataCollection MetaData {get;}

[Managed C++]
public: __property AgEntityMetaDataCollection get_MetaData();

[Unmanaged C++]
public: HRESULT get_MetaData(
AgEntityMetaDataCollection * pRetVal
);

[Java]
public AgEntityMetaDataCollection getMetaData();

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface