STK AstrogatorSend comments on this topic.
MaxStep Property (IAgVADCControl)
See Also
Windows





Windows & Linux

Description

Gets or sets the maximum increment to make to the value of the parameter in any one step. Dimension depends on context.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MaxStep() As System.Object
[C#]
public System.Object MaxStep {get; set;}
[Managed C++]
public: __property VARIANT get_MaxStep();
public: __property void set_MaxStep( VARIANT );
[Unmanaged C++]
public: HRESULT get_MaxStep(
    VARIANT * pVal
);
public: HRESULT put_MaxStep(
    VARIANT newVal
);
[Java]
public AgVariant getMaxStep();
public void setMaxStep(
    AgVariant
);
[Python - STK API ]
@property
def MaxStep(self) -> typing.Any:

@MaxStep.setter
def MaxStep(self, newVal:typing.Any) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.