AGI STK VGT 11 Send comments on this topic.
D Property (IAgCrdnCalcScalarFunction)
See Also 





Description

The constant coefficient D.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_D();
public: __property void set_D(
double
);

[Unmanaged C++]
public: HRESULT get_D(
double * pRetVal
);
public: HRESULT put_D(
double NewD
);

[Java]
public double getD();public void setD(
double
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1