AGI STK Objects 11 Send comments on this topic.
LowerLimit Property (IAgMtoAnalysisRange)
See Also 





Description

The lower range limit in Distance Units.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property LowerLimit() As Double

[C#]
public double LowerLimit {get; set;}

[Managed C++]
public: __property double get_LowerLimit();
public: __property void set_LowerLimit(
double
);

[Unmanaged C++]
public: HRESULT get_LowerLimit(
double * pRetVal
);
public: HRESULT put_LowerLimit(
double NewLowerLimit
);

[Java]
public double getLowerLimit();public void setLowerLimit(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1