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






Windows & Linux

Description

Gets or sets the C/Im transfer function type.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property COverImTransferFunctionType() As AgETransferFunctionType
[C#]
public AgETransferFunctionType COverImTransferFunctionType {get; set;}
[Managed C++]
public: __property AgETransferFunctionType get_COverImTransferFunctionType();
public: __property void set_COverImTransferFunctionType(
   AgETransferFunctionType
);
[Unmanaged C++]
public: HRESULT get_COverImTransferFunctionType(
   AgETransferFunctionType * pRetVal
);
public: HRESULT put_COverImTransferFunctionType(
   AgETransferFunctionType NewCOverImTransferFunctionType
);
[Java]
public AgETransferFunctionType getCOverImTransferFunctionType();public void setCOverImTransferFunctionType(
   AgETransferFunctionType
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.