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






Windows & Linux

Description

The constant coefficient A.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property A() As Double
[C#]
public double A {get; set;}
[Managed C++]
public: __property double get_A();
public: __property void set_A(
   double
);
[Unmanaged C++]
public: HRESULT get_A(
   double * pRetVal
);
public: HRESULT put_A(
   double NewA
);
[Java]
public double getA();public void setA(
   double
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.