AGI Real-Time Framework 11 Send comments on this topic.
Source Property (IAgRtEventEntity)
See Also 





Description

The name of the source that generated the event.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Source() As String

[C#]
public string Source {get; set;}

[Managed C++]
public: __property String __gc ^ get_Source();
public: __property void set_Source(
String __gc ^
);

[Unmanaged C++]
public: HRESULT get_Source(
BSTR * pRetVal
);
public: HRESULT put_Source(
BSTR NewSource
);

[Java]
public String getSource();public void setSource(
String
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1