Get the selected event detection strategy.
Read-only property
[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": |