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





Description

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

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property String __gc ^ get_UnitX();
public: __property void set_UnitX(
String __gc ^
);

[Unmanaged C++]
public: HRESULT get_UnitX(
BSTR * pRetVal
);
public: HRESULT put_UnitX(
BSTR NewUnitX
);

[Java]
public String getUnitX();public void setUnitX(
String
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1