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






Windows & Linux

Description

Set the maximum bound value for the condition.

Syntax

[Visual Basic .NET]
Public Sub SetMaximum( _
   ByVal Value As IAgQuantity _
) 
[C#]
public void SetMaximum(
   IAgQuantity Value
);
[Managed C++]
public: void SetMaximum(
   IAgQuantity ^ Value
);
[Java]
public  setMaximum(
   IAgQuantity Value
);
[Unmanaged C++]
public: HRESULT SetMaximum(
   IAgQuantity * Value
);

Parameters

Value

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.