AGI STK Graphics 11 Send comments on this topic.
InitializeWithDistances Method (IAgStkGraphicsDistanceDisplayConditionFactory)
See Also 
MinimumDistance
The minimum distance, in meters, of the inclusive distance interval.
MaximumDistance
The maximum distance, in meters, of the inclusive distance interval. Use Double.MaxValue to ignore checking the maximum distance.

Description

Initializes a distance display condition with the inclusive distance interval [minimumDistance, maximumDistance]. When this display condition is assigned to an object, such as a primitive, the object is only rendered when the distance, in meters, from the camera to the object is within the interval.

Syntax

[Visual Basic .NET]
Public Function InitializeWithDistances( _
   ByVal MinimumDistance As Double, _
   ByVal MaximumDistance As Double _
) As IAgStkGraphicsDistanceDisplayCondition

Parameters

MinimumDistance
The minimum distance, in meters, of the inclusive distance interval.
MaximumDistance
The maximum distance, in meters, of the inclusive distance interval. Use Double.MaxValue to ignore checking the maximum distance.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK 11.1 Programming Interface