Set the model to the desired type and
provided data.
| [Visual Basic .NET] |
|---|
Public Sub SetModel( _
ByVal Type As AgERt3QueryModel, _
ByVal Model As System.Object _
)
|
| [C#] |
|---|
public void SetModel(
|
| [Managed C++] |
|---|
public: void SetModel(
|
| [Java] |
|---|
public setModel(
|
| [Unmanaged C++] |
|---|
public: HRESULT SetModel(
|
- 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