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





Windows & Linux

Description

Gets or sets the X value.

Property type

Read-write property

Syntax

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

@X.setter
def X(self, x:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.