AGI STK Objects 11 Send 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 * pRetVal
);
public: HRESULT put_EventDetectionType(
AgECommSystemAccessEventDetectionType NewEventDetectionType
);

[Java]
public AgECommSystemAccessEventDetectionType getEventDetectionType();public void setEventDetectionType(
AgECommSystemAccessEventDetectionType
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface