Apparent range between the objects.
| [Visual Basic .NET] |
|---|
Public Function Range( _
ByVal Type As AgEAccessApparentPositionType _
) As Double
|
| [C#] |
|---|
public double Range(
|
| [Managed C++] |
|---|
public: double Range(
|
| [Java] |
|---|
public double range(
|
| [Unmanaged C++] |
|---|
public: HRESULT Range(
|
- Type
-
An apparent position indicator.Member Value Description eLightPathApparentPosition 1 Light path apparent position. Accounts for the light time delay (if applied) between objects. eRefractedApparentPosition 2 Refracted apparent position. Accounts for refraction effects (if applied) on the light path apparent position. eProperApparentPosition 3 Proper Apparent position. Accounts for aberration effects (depending on the aberration type applied) on the refracted apparent position.