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





Description

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

Syntax

[Visual Basic .NET]
Public Function Get( _
   ByVal Name As String _
) As System.Object

[C#]
public System.Object Get(
string Name
);

[Managed C++]
public: VARIANT Get(
String __gc ^ Name
);

[Java]
public Variant get(
String Name
);

[Unmanaged C++]
public: HRESULT Get(
BSTR Name,
VARIANT * ReturnValue
);

Parameters

Name

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1