AGI AgAccessConstraintPlugin 11 Send comments on this topic.
Range Method (IAgAccessConstraintPluginObjectData)
See Also 
Type
An apparent position indicator.





Description

Apparent range between the objects.

Syntax

[Visual Basic .NET]
Public Function Range( _
   ByVal Type As AgEAccessApparentPositionType _
) As Double

[C#]
public double Range(
AgEAccessApparentPositionType Type
);

[Managed C++]
public: double Range(
AgEAccessApparentPositionType Type
);

[Java]
public double range(
AgEAccessApparentPositionType Type
);

[Unmanaged C++]
public: HRESULT Range(
AgEAccessApparentPositionType Type,
double * ReturnValue
);

Parameters

Type
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.
An apparent position indicator.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1