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





Windows & Linux

Description

Z position component.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Z() As IAgPropQty
[C#]
public IAgPropQty Z {get; set;}
[Managed C++]
public: __property IAgPropQty ^ get_Z();
public: __property void set_Z( IAgPropQty );
[Unmanaged C++]
public: HRESULT get_Z(
    IAgPropQty ** ppVal
);
public: HRESULT put_Z(
    IAgPropQty pVal
);
[Java]
public IAgPropQty getZ();
public void setZ(
    IAgPropQty
);
[Python - STK API ]
@property
def Z(self) -> "IAgPropQty":

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

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.