Click or drag to resize

CoverageDataGetAccessResultsForAsset Method

Get a set of access intervals from the given asset.

Namespace:  AGI.Foundation.Coverage
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public AccessQueryResult GetAccessResultsForAsset(
	Object asset
)

Parameters

asset
Type: SystemObject
The asset for which to search.

Return Value

Type: AccessQueryResult
If the asset is present in the data, this returns its access results (which may be empty).
Exceptions
ExceptionCondition
ArgumentException The specified asset does not exist in this CoverageData.
See Also