STK AgAsHpopPluginSend 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 IAgAsEOMFuncPluginSetIndicesHandler _
) As Boolean
[Managed C++]
public: bool SetIndices(
    IAgAsEOMFuncPluginSetIndicesHandler ^ pSetIndicesHandler
);
[Unmanaged C++]
public: HRESULT SetIndices(
    IAgAsEOMFuncPluginSetIndicesHandler * pSetIndicesHandler,
    VARIANT_BOOL * pResult
);

Parameters

pSetIndicesHandler

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.