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





Description

The upper range limit in Distance Units.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_UpperLimit();
public: __property void set_UpperLimit(
double
);

[Unmanaged C++]
public: HRESULT get_UpperLimit(
double * pRetVal
);
public: HRESULT put_UpperLimit(
double NewUpperLimit
);

[Java]
public double getUpperLimit();public void setUpperLimit(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1