AGI STK VGT 11 Send comments on this topic.
InvalidDataIndicator Property (IAgCrdnCalcScalarDataElement)
See Also 





Description

Sets the value to display in a report or graph when the actual value is not a valid real number

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_InvalidDataIndicator();
public: __property void set_InvalidDataIndicator(
double
);

[Unmanaged C++]
public: HRESULT get_InvalidDataIndicator(
double * pRetVal
);
public: HRESULT put_InvalidDataIndicator(
double NewInvalidDataIndicator
);

[Java]
public double getInvalidDataIndicator();public void setInvalidDataIndicator(
double
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1