STK AgCrdnPluginSend comments on this topic.
SetValue Method (IAgCrdnCalcScalarPluginResultEval)
See Also
Value
Windows





Windows & Linux

Description

Sets the value in the current units.

Syntax

[Visual Basic .NET]
Public Sub SetValue( _
    ByVal Value As Double _
)
[C#]
public void SetValue(
    double Value
);
[Managed C++]
public: void SetValue(
    double Value
);
[Unmanaged C++]
public: HRESULT SetValue(
    double Value
);
[Java]
public void setValue(
    double Value
);

Parameters

Value

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.