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





Windows & Linux

Description

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

Syntax

[Visual Basic .NET]
Public Sub Set( _
    ByVal Min As IAgQuantity, _
    ByVal Max As IAgQuantity _
)
[C#]
public void Set(
    IAgQuantity Min,
    IAgQuantity Max
);
[Managed C++]
public: void Set(
    IAgQuantity ^ Min,
    IAgQuantity ^ Max
);
[Unmanaged C++]
public: HRESULT Set(
    IAgQuantity * Min,
    IAgQuantity * Max
);
[Java]
public void set(
    IAgQuantity Min,
    IAgQuantity Max
);
[Python - STK API ]
def Set(self, Min:"IAgQuantity", Max:"IAgQuantity") -> None:

Parameters

Min
Max

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.