AccessQueryCesiumPropertyT Constructor (AccessQuery, IServiceProvider, 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic AccessQueryCesiumProperty(
	AccessQuery accessQuery,
	IServiceProvider timeObserver,
	T accessExists,
	T accessUnknown,
	T noAccess
)
Public Sub New ( 
	accessQuery As AccessQuery,
	timeObserver As IServiceProvider,
	accessExists As T,
	accessUnknown As T,
	noAccess As T
)
public:
AccessQueryCesiumProperty(
	AccessQuery^ accessQuery, 
	IServiceProvider^ timeObserver, 
	T accessExists, 
	T accessUnknown, 
	T noAccess
)
new : 
        accessQuery : AccessQuery * 
        timeObserver : IServiceProvider * 
        accessExists : 'T * 
        accessUnknown : 'T * 
        noAccess : 'T -> AccessQueryCesiumPropertyParameters
- accessQuery
 - Type: AGI.Foundation.AccessAccessQuery
The query to evaluate. - timeObserver
 - Type: SystemIServiceProvider
The IServiceProvider time observer to use when evaluating this query. - 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