AGI STK Astrogator 11Send comments on this topic.
EnforceDesignVariableBounds Property (IAgVAProfileDEOptimizer)
See Also 
Windows






Windows & Linux

Description

[Support Removed] Controls whether the optimizer can go outside the control bounds.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property EnforceDesignVariableBounds() As Boolean
[C#]
public bool EnforceDesignVariableBounds {get; set;}
[Managed C++]
public: __property bool get_EnforceDesignVariableBounds();
public: __property void set_EnforceDesignVariableBounds(
   bool
);
[Unmanaged C++]
public: HRESULT get_EnforceDesignVariableBounds(
   VARIANT_BOOL * pRetVal
);
public: HRESULT put_EnforceDesignVariableBounds(
   VARIANT_BOOL NewEnforceDesignVariableBounds
);
[Java]
public bool getEnforceDesignVariableBounds();public void setEnforceDesignVariableBounds(
   bool
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.