STK ObjectsSend 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
);
[Unmanaged C++]
public: HRESULT SetType(
    AgEEventDetection EventDetection
);
[Java]
public void setType(
    AgEEventDetection EventDetection
);
[Python - STK API ]
def SetType(self, EventDetection:"AgEEventDetection") -> None:

Parameters

EventDetection

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.