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.2.419.0 (24.2.419.0)
Syntax public 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:
BooleanSee Also