Click or drag to resize

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: 24.1.418.0 (24.1.418.0)
Syntax
public bool FindAccessBetweenSteps { get; set; }

Property Value

Type: Boolean
See Also