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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.