AGI STK Objects 11Send comments on this topic.
X Property (IAgVODataDisplayElement)
See Also 
Windows






Windows & Linux

Description

Amount of X offset from the origin. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property X() As Integer
[C#]
public int X {get; set;}
[Managed C++]
public: __property int get_X();
public: __property void set_X(
   int
);
[Unmanaged C++]
public: HRESULT get_X(
   long * pRetVal
);
public: HRESULT put_X(
   long NewX
);
[Java]
public int getX();public void setX(
   int
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.