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





Windows & Linux

Description

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

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MinValue() As System.Object
[C#]
public System.Object MinValue {get; set;}
[Managed C++]
public: __property VARIANT get_MinValue();
public: __property void set_MinValue( VARIANT );
[Unmanaged C++]
public: HRESULT get_MinValue(
    VARIANT * pVal
);
public: HRESULT put_MinValue(
    VARIANT InVal
);
[Java]
public AgVariant getMinValue();
public void setMinValue(
    AgVariant
);
[Python - STK API ]
@property
def MinValue(self) -> typing.Any:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.