Specifies the step size to use when evaluating the grid search. Dimension depends on context.
Read-write property
[Visual Basic .NET] |
---|
Public Property Step() As System.Object |
[C#] |
---|
public System.Object Step {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_Step(); |
[Unmanaged C++] |
---|
public: HRESULT get_Step( VARIANT * pVal ); public: HRESULT put_Step( VARIANT newVal ); |
[Java] |
---|
public AgVariant getStep(); public void setStep( AgVariant ); |