STK Common Entity LibrarySend comments on this topic.
Set Method (IAgEntityMetaDataCollection)
See Also
Name
Value
Windows





Windows & Linux

Description

Add or update meta-data with the provided name and value.

Syntax

[Visual Basic .NET]
Public Sub Set( _
    ByVal Name As String, _
    ByVal Value As System.Object _
)
[C#]
public void Set(
    string Name,
    System.Object Value
);
[Managed C++]
public: void Set(
    String __gc ^ Name,
    VARIANT Value
);
[Unmanaged C++]
public: HRESULT Set(
    BSTR Name,
    VARIANT Value
);
[Java]
public void set(
    String Name,
    AgVariant Value
);

Parameters

Name
Value

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.