AGI Common Entity Library 11 Send comments on this topic.
Item Property (IAgEntityMetaDataCollection)
See Also 
Name





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 ^
);

[Unmanaged C++]
public: HRESULT get_Item(
BSTR RetVal
);

[Java]
public Variant getItem(
String
);

Parameters

Name

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1