AGI STK Objects 11 Send comments on this topic.
IsTypeSupported Method (IAgAccessEventDetection)
See Also 
EventDetection





Description

Gets a value indicating whether the specified type can be used.

Syntax

[Visual Basic .NET]
Public Function IsTypeSupported( _
   ByVal EventDetection As AgEEventDetection _
) As Boolean

[C#]
public bool IsTypeSupported(
AgEEventDetection EventDetection
);

[Managed C++]
public: bool IsTypeSupported(
AgEEventDetection EventDetection
);

[Java]
public bool isTypeSupported(
AgEEventDetection EventDetection
);

[Unmanaged C++]
public: HRESULT IsTypeSupported(
AgEEventDetection EventDetection,
VARIANT_BOOL * ReturnValue
);

Parameters

EventDetection
Member Value Description
eEventDetectionUnknown -1 Unknown event detection strategy.
eEventDetectionNoSubSampling 0 Event detection strategy not using subsampling.
eEventDetectionUseSubSampling 1 Event detection strategy using subsampling.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1