STK Real-Time Tracking ToolSend comments on this topic.
Code Property (IAgRt3EventDefinition)
See Also
Windows





Windows & Linux

Description

The code associated with this event.

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 plCode
);
[Java]
public int getCode();
public void setCode(
    int
);

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.