STK Common Entity LibrarySend 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
);
[Unmanaged C++]
public: HRESULT Get(
    BSTR Name,
    VARIANT * pValue
);
[Java]
public AgVariant get(
    String Name
);

Parameters

Name

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.