STK ObjectsSend comments on this topic.
X Property (IAgElement)
See Also
Windows





Windows & Linux

Description

Gets the x position, in wavelengths.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.