STK ObjectsSend comments on this topic.
Strategy Property (IAgAccessEventDetection)
See Also
Windows





Windows & Linux

Description

The selected event detection strategy.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Strategy() As IAgEventDetectionStrategy
[C#]
public IAgEventDetectionStrategy Strategy {get;}
[Managed C++]
public: __property IAgEventDetectionStrategy ^ get_Strategy();
[Unmanaged C++]
public: HRESULT get_Strategy(
    IAgEventDetectionStrategy ** ppVal
);
[Java]
public IAgEventDetectionStrategy getStrategy();
[Python - STK API ]
@property
def Strategy(self) -> "IAgEventDetectionStrategy":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.