Z position component.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property Z() As IAgPropQty |
| [C#] |
|---|
public IAgPropQty Z {get; set;} |
| [Managed C++] |
|---|
public: __property IAgPropQty ^ get_Z(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgPropQty getZ(); public void setZ( IAgPropQty ); |
[Python - STK API ] |
|---|
@property def Z(self) -> "IAgPropQty": @Z.setter def Z(self, pVal:"IAgPropQty") -> None: |






