AGI AgAsHpopPlugin 11 Send comments on this topic.
SetIndices Method (IAgAsEOMFuncPlugin)
See Also 
pSetIndicesHandler





Description

Gives the plugin the indices into the state vector for its inputs/outputs

Syntax

[Visual Basic .NET]
Public Function SetIndices( _
   ByVal pSetIndicesHandler As AgAsEOMFuncPluginSetIndicesHandler _
) As Boolean

[C#]
public bool SetIndices(
AgAsEOMFuncPluginSetIndicesHandler pSetIndicesHandler
);

[Managed C++]
public: bool SetIndices(
AgAsEOMFuncPluginSetIndicesHandler ^ pSetIndicesHandler
);

[Java]
public bool setIndices(
AgAsEOMFuncPluginSetIndicesHandler pSetIndicesHandler
);

[Unmanaged C++]
public: HRESULT SetIndices(
AgAsEOMFuncPluginSetIndicesHandler * pSetIndicesHandler,
VARIANT_BOOL * ReturnValue
);

Parameters

pSetIndicesHandler

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1