Get the integrator parameters.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property Integrator() As IAgVeIntegrator
|
| [C#] |
|---|
public IAgVeIntegrator Integrator {get;}
|
| [Managed C++] |
|---|
public: __property IAgVeIntegrator^ get_Integrator();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Integrator(
|
| [Java] |
|---|
public IAgVeIntegrator getIntegrator();
|