STK Vector Geometry ToolSend comments on this topic.
Max Property (IAgCrdnGridValuesFixedNumberOfSteps)
See Also
Windows





Windows & Linux

Description

This property is deprecated. Use MaxEx.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Max() As Double
[C#]
public double Max {get; set;}
[Managed C++]
public: __property double get_Max();
public: __property void set_Max( double );
[Unmanaged C++]
public: HRESULT get_Max(
    double * pRetVal
);
public: HRESULT put_Max(
    double Max
);
[Java]
public double getMax();
public void setMax(
    double
);
[Python - STK API ]
@property
def Max(self) -> float:

@Max.setter
def Max(self, Max:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.