STK UtilSend comments on this topic.
X Property (IAgCartesian)
See Also
Windows





Windows & Linux

Description

Dimension depends on context.

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 pVal
);
[Java]
public double getX();
public void setX(
    double
);
[Python - STK API ]
@property
def X(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.