AGI STK Objects 11 Send comments on this topic.
HasBeenDeleted Property (IAgLifetimeInformation)
See Also 
Windows






Windows & Linux

Description

Determine if the object has been deleted or has become invalid due to some other modifications to its internal state.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property HasBeenDeleted() As Boolean

[C#]
public bool HasBeenDeleted {get;}

[Managed C++]
public: __property bool get_HasBeenDeleted();

[Unmanaged C++]
public: HRESULT get_HasBeenDeleted(
VARIANT_BOOL * pRetVal
);

[Java]
public bool getHasBeenDeleted();

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface