STK Real-Time Tracking ToolSend comments on this topic.
SetModel Method (IAgRt3QueryGraphics)
See Also
Type
Model
Windows





Windows & Linux

Description

Set the model to the desired type and provided data.

Syntax

[Visual Basic .NET]
Public Sub SetModel( _
    ByVal Type As AgERt3QueryModel, _
    ByVal Model As System.Object _
)
[C#]
public void SetModel(
    AgERt3QueryModel Type,
    System.Object Model
);
[Managed C++]
public: void SetModel(
    AgERt3QueryModel Type,
    VARIANT Model
);
[Unmanaged C++]
public: HRESULT SetModel(
    AgERt3QueryModel Type,
    VARIANT Model
);
[Java]
public void setModel(
    AgERt3QueryModel Type,
    AgVariant Model
);

Parameters

Type
Model

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.