STK XSend comments on this topic.
IsWinProjPosValid Property (IAgWinProjPos)
See Also
Windows





Windows & Linux

Description

Indicates if the returned projected position is valid or not.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.