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





Windows & Linux

Description

This property is deprecated. Use MinEx.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Min() As Double
[C#]
public double Min {get; set;}
[Managed C++]
public: __property double get_Min();
public: __property void set_Min( double );
[Unmanaged C++]
public: HRESULT get_Min(
    double * pRetVal
);
public: HRESULT put_Min(
    double Min
);
[Java]
public double getMin();
public void setMin(
    double
);
[Python - STK API ]
@property
def Min(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.