STK XSend comments on this topic.
YPos Property (AgWinProjPos)
See Also
Windows





Windows & Linux

Description

Projected window Y position.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property YPos() As Double
[C#]
public double YPos {get;}
[Managed C++]
public: __property double get_YPos();
[Unmanaged C++]
public: HRESULT get_YPos(
    double * pVal
);
[Java]
public double getYPos();
[Python - STK API ]
@property
def YPos(self) -> float:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.