AGI STK VGT 11 Send comments on this topic.
SetMinimum Method (IAgCrdnConditionScalarBounds)
See Also 
Value
Windows






Windows & Linux

Description

Set the minimum bound value for the condition.

Syntax

[Visual Basic .NET]
Public Sub SetMinimum( _
   ByVal Value As IAgQuantity _
) 

[C#]
public void SetMinimum(
IAgQuantity Value
);

[Managed C++]
public: void SetMinimum(
IAgQuantity ^ Value
);

[Java]
public  setMinimum(
IAgQuantity Value
);

[Unmanaged C++]
public: HRESULT SetMinimum(
IAgQuantity * Value
);

Parameters

Value

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface