AGI Real-Time Tracking Tool 11 Send comments on this topic.
SetModel Method (IAgRt3QueryGraphics)
See Also 
Type
Model





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
);

[Java]
public  setModel(
AgERt3QueryModel Type,
Variant Model
);

[Unmanaged C++]
public: HRESULT SetModel(
AgERt3QueryModel Type,
VARIANT Model
);

Parameters

Type
Member Value Description
eRt3QueryModelFile 0 Use a specific image file for all entities in the query.
eRt3QueryModelFileFromMetaData 1 Use model file obtained via the provided entity meta-data field name.
Model

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1