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





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
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