AGI STK VGT 11 Send comments on this topic.
UnitY Property (IAgCrdnCalcScalarFunction2Var)
See Also 





Description

The unit used to interpret numerical values of scalar argument Y.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UnitY() As String

[C#]
public string UnitY {get; set;}

[Managed C++]
public: __property String __gc ^ get_UnitY();
public: __property void set_UnitY(
String __gc ^
);

[Unmanaged C++]
public: HRESULT get_UnitY(
BSTR * pRetVal
);
public: HRESULT put_UnitY(
BSTR NewUnitY
);

[Java]
public String getUnitY();public void setUnitY(
String
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1