STK AstrogatorSend comments on this topic.
Step Property (IAgVAGridSearchControl)
See Also
Windows





Windows & Linux

Description

Specifies the step size to use when evaluating the grid search. Dimension depends on context.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Step() As System.Object
[C#]
public System.Object Step {get; set;}
[Managed C++]
public: __property VARIANT get_Step();
public: __property void set_Step( VARIANT );
[Unmanaged C++]
public: HRESULT get_Step(
    VARIANT * pVal
);
public: HRESULT put_Step(
    VARIANT newVal
);
[Java]
public AgVariant getStep();
public void setStep(
    AgVariant
);
[Python - STK API ]
@property
def Step(self) -> typing.Any:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.