Step Size Type.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property StepSizeType() As AgEExportToolStepSize |
| [C#] |
|---|
public AgEExportToolStepSize StepSizeType {get; set;} |
| [Managed C++] |
|---|
public: __property AgEExportToolStepSize get_StepSizeType(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgEExportToolStepSize getStepSizeType(); public void setStepSizeType( AgEExportToolStepSize ); |
[Python - STK API ] |
|---|
@property def StepSizeType(self) -> "AgEExportToolStepSize": @StepSizeType.setter def StepSizeType(self, StepSizeType:"AgEExportToolStepSize") -> None: |






