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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.