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