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






Windows & Linux

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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface