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






Windows & Linux

Description

Gets or sets the option to enable C/Im

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property EnableCOverIm() As Boolean
[C#]
public bool EnableCOverIm {get; set;}
[Managed C++]
public: __property bool get_EnableCOverIm();
public: __property void set_EnableCOverIm( bool );
[Unmanaged C++]
public: HRESULT get_EnableCOverIm(
    VARIANT_BOOL * pVal
);
public: HRESULT put_EnableCOverIm(
    VARIANT_BOOL val
);
[Java]
public bool getEnableCOverIm();
public void setEnableCOverIm(
    bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.