STK Real-Time FrameworkSend comments on this topic.
Source Property (IAgRtEventEntity)
See Also
Windows





Windows & Linux

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 * pSource
);
public: HRESULT put_Source(
    BSTR Source
);
[Java]
public String getSource();
public void setSource(
    String
);

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.