AGI STK Objects 11 Send comments on this topic.
COverIm Property (IAgTransferFunctionInputBackOffCOverImTableRow)
See Also 
Windows






Windows & Linux

Description

Gets or sets the C/Im value.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_COverIm();
public: __property void set_COverIm(
double
);

[Unmanaged C++]
public: HRESULT get_COverIm(
double * pRetVal
);
public: HRESULT put_COverIm(
double NewCOverIm
);

[Java]
public double getCOverIm();public void setCOverIm(
double
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface