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





Windows & Linux

Description

If true, a minimum value will be enforced for the parameter value.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseMinValue() As Boolean
[C#]
public bool UseMinValue {get; set;}
[Managed C++]
public: __property bool get_UseMinValue();
public: __property void set_UseMinValue( bool );
[Unmanaged C++]
public: HRESULT get_UseMinValue(
    VARIANT_BOOL * pVal
);
public: HRESULT put_UseMinValue(
    VARIANT_BOOL InVal
);
[Java]
public bool getUseMinValue();
public void setUseMinValue(
    bool
);
[Python - STK API ]
@property
def UseMinValue(self) -> bool:

@UseMinValue.setter
def UseMinValue(self, InVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.