STK AgAsHpopPluginSend comments on this topic.
GetInputValue Method (IAgAsDragModelResult)
See Also
Index
Windows





Windows & Linux

Description

Gets the value of an input to the plugin in internal units.

Syntax

[Visual Basic .NET]
Public Function GetInputValue( _
    ByVal Index As Integer _
) As Double
[C#]
public double GetInputValue(
    int Index
);
[Managed C++]
public: double GetInputValue(
    int Index
);
[Unmanaged C++]
public: HRESULT GetInputValue(
    int Index,
    double * pVal
);
[Java]
public double getInputValue(
    Integer Index
);

Parameters

Index

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.