Gives the plugin the indices into the state vector for its inputs/outputs
[Visual Basic .NET] |
---|
Public Function SetIndices( _ ByVal pSetIndicesHandler As IAgAsEOMFuncPluginSetIndicesHandler _ ) As Boolean |
[C#] |
---|
public bool SetIndices( IAgAsEOMFuncPluginSetIndicesHandler pSetIndicesHandler ); |
[Managed C++] |
---|
public: bool SetIndices( IAgAsEOMFuncPluginSetIndicesHandler ^ pSetIndicesHandler ); |
[Unmanaged C++] |
---|
public: HRESULT SetIndices( IAgAsEOMFuncPluginSetIndicesHandler * pSetIndicesHandler, VARIANT_BOOL * pResult ); |
[Java] |
---|
public bool setIndices( IAgAsEOMFuncPluginSetIndicesHandler pSetIndicesHandler ); |
- pSetIndicesHandler