STK ObjectsSend comments on this topic.
IsTypeSupported Method (IAgAccessEventDetection)
See Also
EventDetection
Windows





Windows & Linux

Description

Gets a value indicating whether the specified type can be used.

Syntax

[Visual Basic .NET]
Public Function IsTypeSupported( _
    ByVal EventDetection As AgEEventDetection _
) As Boolean
[C#]
public bool IsTypeSupported(
    AgEEventDetection EventDetection
);
[Managed C++]
public: bool IsTypeSupported(
    AgEEventDetection EventDetection
);
[Unmanaged C++]
public: HRESULT IsTypeSupported(
    AgEEventDetection EventDetection,
    VARIANT_BOOL * pRetVal
);
[Java]
public bool isTypeSupported(
    AgEEventDetection EventDetection
);
[Python - STK API ]
def IsTypeSupported(self, EventDetection:"AgEEventDetection") -> bool:

Parameters

EventDetection

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.