STK ObjectsSend comments on this topic.
IsAvailable Property (IAgSpatialState)
See Also
Windows





Windows & Linux

Description

Returns whether the spatial state is valid.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.