Click or drag to resize

DiscreteCoverageDefinition.FindAccessBetweenSteps 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 false, when a new step determines that access is now satisfied, the satisfied interval will begin at the time of that step. This defaults to true.

Namespace:  AGI.Foundation.Coverage
Assembly:  AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public bool FindAccessBetweenSteps { get; set; }

Property Value

Type: Boolean
See Also