Get the minimum bound value from the bounds. Call SetMinimum to apply changes.
[Visual Basic .NET] |
---|
Public Function GetMinimum() As IAgQuantity |
[C#] |
---|
public IAgQuantity GetMinimum(); |
[Managed C++] |
---|
public: IAgQuantity ^ GetMinimum(); |
[Unmanaged C++] |
---|
public: HRESULT GetMinimum( IAgQuantity ** ppRetVal ); |
[Java] |
---|
public IAgQuantity getMinimum(); |
[Python - STK API ] |
---|
def GetMinimum(self) -> "IAgQuantity": |