Gets or sets the maximum increment to make to the value of the parameter in any one step. Dimension depends on context.
Read-write property
[Visual Basic .NET] |
---|
Public Property MaxStep() As System.Object |
[C#] |
---|
public System.Object MaxStep {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_MaxStep(); |
[Unmanaged C++] |
---|
public: HRESULT get_MaxStep( VARIANT * pVal ); public: HRESULT put_MaxStep( VARIANT newVal ); |
[Java] |
---|
public AgVariant getMaxStep(); public void setMaxStep( AgVariant ); |