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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.