AGI STK VGT 11 Send comments on this topic.
MinimumRange Property (IAgCrdnPointCentBodyIntersect)
See Also 





Description

A minimum range. An exception is thrown if the value exceeds the MaximumRange. Applicable only if the range constraint is not used.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_MinimumRange();
public: __property void set_MinimumRange(
double
);

[Unmanaged C++]
public: HRESULT get_MinimumRange(
double * pRetVal
);
public: HRESULT put_MinimumRange(
double NewMinimumRange
);

[Java]
public double getMinimumRange();public void setMinimumRange(
double
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1