STK AstrogatorSend comments on this topic.
MaxValue Property (IAgVAScriptingParameter)
See Also
Windows





Windows & Linux

Description

Gets or sets the maximum value permitted for the parameter value.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MaxValue() As System.Object
[C#]
public System.Object MaxValue {get; set;}
[Managed C++]
public: __property VARIANT get_MaxValue();
public: __property void set_MaxValue( VARIANT );
[Unmanaged C++]
public: HRESULT get_MaxValue(
    VARIANT * pVal
);
public: HRESULT put_MaxValue(
    VARIANT InVal
);
[Java]
public AgVariant getMaxValue();
public void setMaxValue(
    AgVariant
);
[Python - STK API ]
@property
def MaxValue(self) -> typing.Any:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.