STK ObjectsSend 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();
[Python - STK API ]
@property
def HasBeenDeleted(self) -> bool:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.