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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.