STK Common Entity LibrarySend comments on this topic.
Item Property (IAgEntityMetaDataCollection)
See Also
Name
Windows





Windows & Linux

Description

Given the name of the meta-data, returns its value.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Item( _
    ByVal Name As String _
) As System.Object
[C#]
public System.Object this[
    string Name
] {get;}
[Managed C++]
public: __property VARIANT^ get_Item(
    String __gc ^ Name
);
[Unmanaged C++]
public: HRESULT get_Item(
    BSTR Name,
    VARIANT* pValue
);
[Java]
public AgVariant getItem(
    String Name
);

Parameters

Name

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.