STK ObjectsSend comments on this topic.
IsDirty Property (IAgScenario)
See Also
Windows





Windows & Linux

Description

Specify whether scenario needs to be saved

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property IsDirty() As Boolean
[C#]
public bool IsDirty {get;}
[Managed C++]
public: __property bool get_IsDirty();
[Unmanaged C++]
public: HRESULT get_IsDirty(
    VARIANT_BOOL * pVal
);
[Java]
public bool getIsDirty();
[Python - STK API ]
@property
def IsDirty(self) -> bool:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.