AGI STK Objects 11Send comments on this topic.
StepSize Property (IAgCommSystem)
See Also 
Windows






Windows & Linux

Description

Gets or sets the step size.

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 * pRetVal
);
public: HRESULT put_StepSize(
   double NewStepSize
);
[Java]
public double getStepSize();public void setStepSize(
   double
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.