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






Windows & Linux

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
MemberValueDescription
eEventDetectionUnknown-1Unknown event detection strategy.
eEventDetectionNoSubSampling0Event detection strategy not using subsampling.
eEventDetectionUseSubSampling1Event detection strategy using subsampling.

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.