AGI STK Objects 11 Send comments on this topic.
StepSizeType Property (IAgExportToolStepSize)
See Also 





Description

Step Size Type.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property StepSizeType() As AgEExportToolStepSize

[C#]
public AgEExportToolStepSize StepSizeType {get; set;}

[Managed C++]
public: __property AgEExportToolStepSize get_StepSizeType();
public: __property void set_StepSizeType(
AgEExportToolStepSize
);

[Unmanaged C++]
public: HRESULT get_StepSizeType(
AgEExportToolStepSize * pRetVal
);
public: HRESULT put_StepSizeType(
AgEExportToolStepSize NewStepSizeType
);

[Java]
public AgEExportToolStepSize getStepSizeType();public void setStepSizeType(
AgEExportToolStepSize
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1