STK UtilSend comments on this topic.
Max Property (IAgPropertyInfo)
See Also
Windows





Windows & Linux

Description

Get the maximum value of this property. Use PropertyType to determine the type to cast to.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Max() As System.Object
[C#]
public System.Object Max {get;}
[Managed C++]
public: __property VARIANT get_Max();
[Unmanaged C++]
public: HRESULT get_Max(
    VARIANT * pVal
);
[Java]
public AgVariant getMax();
[Python - STK API ]
@property
def Max(self) -> typing.Any:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.