AGI STK Objects 11Send comments on this topic.
Refraction Property (IAgSensor)
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 * pVal
);
public: HRESULT put_Refraction(
    AgESnRefractionType pVal
);
[Java]
public AgESnRefractionType getRefraction();
public void setRefraction(
    AgESnRefractionType
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.