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






Windows & Linux

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 UnitX
);
[Java]
public String getUnitX();
public void setUnitX(
    String
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.