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





Windows & Linux

Description

The code code.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Code() As Integer
[C#]
public int Code {get; set;}
[Managed C++]
public: __property int get_Code();
public: __property void set_Code( int );
[Unmanaged C++]
public: HRESULT get_Code(
    long * pCode
);
public: HRESULT put_Code(
    long Code
);
[Java]
public int getCode();
public void setCode(
    int
);

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.