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






Windows & Linux

Description

Method to set the event detection type.

Syntax

[Visual Basic .NET]
Public Sub SetType( _
   ByVal EventDetection As AgEEventDetection _
) 
[C#]
public void SetType(
   AgEEventDetection EventDetection
);
[Managed C++]
public: void SetType(
   AgEEventDetection EventDetection
);
[Java]
public  setType(
   AgEEventDetection EventDetection
);
[Unmanaged C++]
public: HRESULT SetType(
   AgEEventDetection EventDetection
);

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.