IAgODProvideTrackingDataLib 13Send comments on this topic.
X Property (IAgODTrackerVector)
See Also
Windows





Windows & Linux

Description

X position component.

Property type

Read-write property

Syntax

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

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

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.