Click or drag to resize

AccessQueryCesiumPropertyT Constructor (AccessQuery, T, T, T)

Creates a new instance with the specified parameters.

Namespace:  AGI.Foundation.Cesium
Assembly:  AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public AccessQueryCesiumProperty(
	AccessQuery accessQuery,
	T accessExists,
	T accessUnknown,
	T noAccess
)

Parameters

accessQuery
Type: AGI.Foundation.AccessAccessQuery
The query to evaluate.
accessExists
Type: T
The value of the property when access exists.
accessUnknown
Type: T
The value of the property when access is unknown.
noAccess
Type: T
The value of the property when no access exists.
See Also