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






Windows & Linux

Description

The constant coefficient C.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property C() As Double

[C#]
public double C {get; set;}

[Managed C++]
public: __property double get_C();
public: __property void set_C(
double
);

[Unmanaged C++]
public: HRESULT get_C(
double * pRetVal
);
public: HRESULT put_C(
double NewC
);

[Java]
public double getC();public void setC(
double
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface