STK UtilSend comments on this topic.
Get Method (IAgCartesian2Vector)
See Also
X
Y
Windows





Windows & Linux

Description

Returns cartesian vector

Syntax

[Visual Basic .NET]
Public Sub Get( _
    ByRef X As Double, _
    ByRef Y As Double _
)
[C#]
public void Get(
    ref double X,
    ref double Y
);
[Managed C++]
public: void Get(
    double ^ X,
    double ^ Y
);
[Unmanaged C++]
public: HRESULT Get(
    double * X,
    double * Y
);
[Python - STK API ]
def Get(self) -> typing.Tuple[float, float]:

Parameters

X
Y

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.