DiscreteCoverageDefinitionFindAccessBetweenSteps Property  | 
 
            Gets or sets a value indicating whether to perform additional access calculations between time steps where access was either gained or lost. 
            If this is , when a new step determines that access is now satisfied, the satisfied interval will begin at the time of that step. 
            This defaults to .
            
 
    Namespace: 
   AGI.Foundation.Coverage
    Assembly:
   AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic bool FindAccessBetweenSteps { get; set; }Public Property FindAccessBetweenSteps As Boolean
	Get
	Set
public:
property bool FindAccessBetweenSteps {
	bool get ();
	void set (bool value);
}member FindAccessBetweenSteps : bool with get, set
Property Value
Type: 
Boolean
See Also