STK UI PluginsSend comments on this topic.
Write Method (IAgUiPluginCommandParameters)
See Also
PropertyName
Value
Windows





Windows & Linux

Description

Updates the specified named property using the new value.

Syntax

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

Parameters

PropertyName
Value

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.