STK AgAccessConstraintPluginSend comments on this topic.
StepSize Property (IAgAccessConstraintPluginResultEval)
See Also
Windows





Windows & Linux

Description

The current time step taken (secs).

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property StepSize() As Double
[C#]
public double StepSize {get; set;}
[Managed C++]
public: __property double get_StepSize();
public: __property void set_StepSize( double );
[Unmanaged C++]
public: HRESULT get_StepSize(
    double * pStepSize
);
public: HRESULT put_StepSize(
    double NewRequestedStepSize
);
[Java]
public double getStepSize();
public void setStepSize(
    double
);

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.