STK ObjectsSend 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
);
[Python - STK API ]
@property
def COverImLinearScale(self) -> bool:

@COverImLinearScale.setter
def COverImLinearScale(self, val:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.