STK UI PluginsSend comments on this topic.
SetModified Method (IAgUiPluginConfigurationPageSite)
See Also
Changed
Windows





Windows & Linux

Description

Enables or disables the 'Apply' button.

Syntax

[Visual Basic .NET]
Public Sub SetModified( _
    ByVal Changed As Boolean _
)
[C#]
public void SetModified(
    bool Changed
);
[Managed C++]
public: void SetModified(
    bool Changed
);
[Unmanaged C++]
public: HRESULT SetModified(
    VARIANT_BOOL Changed
);
[Java]
public void setModified(
    bool Changed
);

Parameters

Changed

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.