STK UI PluginsSend comments on this topic.
IsModified Property (IAgUiPluginEmbeddedControlSite)
See Also
Windows





Windows & Linux

Description

Indicates whether there have been any modifications made to the hosted control.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property IsModified() As Boolean
[C#]
public bool IsModified {get;}
[Managed C++]
public: __property bool get_IsModified();
[Unmanaged C++]
public: HRESULT get_IsModified(
    VARIANT_BOOL * pRetVal
);
[Java]
public bool getIsModified();

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.