STK ObjectsSend comments on this topic.
EventDetectionType Property (IAgCommSystemAccessOptions)
See Also
Windows





Windows & Linux

Description

Gets or sets the event detection type.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property EventDetectionType() As AgECommSystemAccessEventDetectionType
[C#]
public AgECommSystemAccessEventDetectionType EventDetectionType {get; set;}
[Managed C++]
public: __property AgECommSystemAccessEventDetectionType get_EventDetectionType();
public: __property void set_EventDetectionType( AgECommSystemAccessEventDetectionType );
[Unmanaged C++]
public: HRESULT get_EventDetectionType(
    AgECommSystemAccessEventDetectionType * pVal
);
public: HRESULT put_EventDetectionType(
    AgECommSystemAccessEventDetectionType val
);
[Java]
public AgECommSystemAccessEventDetectionType getEventDetectionType();
public void setEventDetectionType(
    AgECommSystemAccessEventDetectionType
);
[Python - STK API ]
@property
def EventDetectionType(self) -> "AgECommSystemAccessEventDetectionType":

@EventDetectionType.setter
def EventDetectionType(self, val:"AgECommSystemAccessEventDetectionType") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.