AGI STK Objects 11 Send comments on this topic.
Refraction Property (IAgTransmitter)
See Also 





Description

Refraction method, a member of the AgESnRefractionType enumeration.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Refraction() As AgESnRefractionType

[C#]
public AgESnRefractionType Refraction {get; set;}

[Managed C++]
public: __property AgESnRefractionType get_Refraction();
public: __property void set_Refraction(
AgESnRefractionType
);

[Unmanaged C++]
public: HRESULT get_Refraction(
AgESnRefractionType * pRetVal
);
public: HRESULT put_Refraction(
AgESnRefractionType NewRefraction
);

[Java]
public AgESnRefractionType getRefraction();public void setRefraction(
AgESnRefractionType
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1