Initializes a distance display condition with the Globe Overlay and 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 Globe Overlay is within the interval.
[Visual Basic .NET] |
---|
Public Function InitializeWithDistances( _ ByVal GlobeOverlay As IAgStkGraphicsGlobeOverlay, _ ByVal MinimumDistance As Double, _ ByVal MaximumDistance As Double _ ) As IAgStkGraphicsDistanceToGlobeOverlayDisplayCondition |
[C#] |
---|
public IAgStkGraphicsDistanceToGlobeOverlayDisplayCondition InitializeWithDistances( |
[Managed C++] |
---|
public: IAgStkGraphicsDistanceToGlobeOverlayDisplayCondition^ InitializeWithDistances( |
[Java] |
---|
public IAgStkGraphicsDistanceToGlobeOverlayDisplayCondition initializeWithDistances( |
[Unmanaged C++] |
---|
public: HRESULT InitializeWithDistances( |
- GlobeOverlay
- The globe overlay associated with this instance.
- 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.