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






Windows & Linux

Description

[Support Removed] Dimension depends on context.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property LowerBound() As System.Object
[C#]
public System.Object LowerBound {get; set;}
[Managed C++]
public: __property VARIANT get_LowerBound();
public: __property void set_LowerBound(
   VARIANT
);
[Unmanaged C++]
public: HRESULT get_LowerBound(
   VARIANT * pRetVal
);
public: HRESULT put_LowerBound(
   VARIANT NewLowerBound
);
[Java]
public Variant getLowerBound();public void setLowerBound(
   Variant
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.