STK AgAccessConstraintPluginSend comments on this topic.
MaxValue Property (IAgAccessConstraintPluginResultRegister)
See Also
Windows





Windows & Linux

Description

Maximum value of the computed constraint value.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MaxValue() As Double
[C#]
public double MaxValue {get; set;}
[Managed C++]
public: __property double get_MaxValue();
public: __property void set_MaxValue( double );
[Unmanaged C++]
public: HRESULT get_MaxValue(
    double * pMaxValue
);
public: HRESULT put_MaxValue(
    double NewMaxValue
);
[Java]
public double getMaxValue();
public void setMaxValue(
    double
);
[Python - STK API ]
@property
def MaxValue(self) -> float:

@MaxValue.setter
def MaxValue(self, NewMaxValue:float) -> None:

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.