VisibilityCalculator.Visibility(TimeSpan) Method

Top 

Description

Evaluates the visibility condition(s) determined by the VisibilitySegment objects associated with this VisibilityCalculator and returns true (1) if any/all of the VisibilitySegment observers can see their targets and returns false (0) otherwise. The "any/all" condition is determined by the VisibilityCalculator.VisibilityRequirement property.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Method Signature

VisibilityCalculator.Visibility(

TimeSpan evaluationEpoch)

 

 

Arguments

evaluationEpoch


Description:

The epoch at which to evaluate visibility.

 

 

 

Return Value

Type:

boolean

 

 

Returns 1 if visibility is true, 0 otherwise.

 

Syntax

myVariable1 = myVisibilityCalculator1.Visibility(myTimeSpan1);

 

 

See also

VisibilityCalculator Object

Coverage and Contact Analysis Guide

Visibility Calculators Guide