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






Windows & Linux

Description

Gets or sets the option to enable C/Im linear scale.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property COverImLinearScale() As Boolean

[C#]
public bool COverImLinearScale {get; set;}

[Managed C++]
public: __property bool get_COverImLinearScale();
public: __property void set_COverImLinearScale(
bool
);

[Unmanaged C++]
public: HRESULT get_COverImLinearScale(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_COverImLinearScale(
VARIANT_BOOL NewCOverImLinearScale
);

[Java]
public bool getCOverImLinearScale();public void setCOverImLinearScale(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface