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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1