STK Vector Geometry ToolSend comments on this topic.
SetUnitless Method (IAgCrdnConditionScalarBounds)
See Also
Min
Max
Windows





Windows & Linux

Description

Set the unitless min/max bounds. Throws an exception if the minimum is greater than maximum.

Syntax

[Visual Basic .NET]
Public Sub SetUnitless( _
    ByVal Min As Double, _
    ByVal Max As Double _
)
[C#]
public void SetUnitless(
    double Min,
    double Max
);
[Managed C++]
public: void SetUnitless(
    double Min,
    double Max
);
[Unmanaged C++]
public: HRESULT SetUnitless(
    double Min,
    double Max
);
[Java]
public void setUnitless(
    double Min,
    double Max
);
[Python - STK API ]
def SetUnitless(self, Min:float, Max:float) -> None:

Parameters

Min
Max

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.