AGI STK Objects 11 Send comments on this topic.
EventDetectionType Property (IAgCommSystemAccessOptions)
See Also 





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1