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






Windows & Linux

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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface