AGI STK Objects 11Send 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 * pVal
);
public: HRESULT put_COverImLinearScale(
    VARIANT_BOOL val
);
[Java]
public bool getCOverImLinearScale();
public void setCOverImLinearScale(
    bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.