Spacecraft.InRegion(Region) Method

Top 

Description

Returns a value of 1 when a Spacecraft's sub satellite point is in a Region and a value of 0 if not in the Region.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

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

 

Method Signature

Spacecraft.InRegion(

Region region)

 

 

Arguments

region


Description:

Region to use in the sub-satellite point InRegion calculation.

 

 

 

Return Value

Type:

boolean

 

 

Returns a value of 1 when a Spacecraft's sub satellite point is in a Region and a value of 0 if not in the Region.

 

Syntax

myVariable1 = mySpacecraft1.InRegion(myRegion1);

 

 

See also

Spacecraft Object

Spacecraft Propagation Guide

Coverage and Contact Analysis Guide