STK ObjectsSend comments on this topic.
MaxValueRange Property (IAgFmSatisfaction)
See Also
Windows





Windows & Linux

Description

The Max Value in the range.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MaxValueRange() As System.Object
[C#]
public System.Object MaxValueRange {get; set;}
[Managed C++]
public: __property VARIANT get_MaxValueRange();
public: __property void set_MaxValueRange( VARIANT );
[Unmanaged C++]
public: HRESULT get_MaxValueRange(
    VARIANT * pInVal
);
public: HRESULT put_MaxValueRange(
    VARIANT InVal
);
[Java]
public AgVariant getMaxValueRange();
public void setMaxValueRange(
    AgVariant
);
[Python - STK API ]
@property
def MaxValueRange(self) -> typing.Any:

@MaxValueRange.setter
def MaxValueRange(self, InVal:typing.Any) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.