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++] |
---|
public: HRESULT get_StepSizeType( AgEExportToolStepSize * pVal ); public: HRESULT put_StepSizeType( AgEExportToolStepSize StepSizeType ); |
[Java] |
---|
public AgEExportToolStepSize getStepSizeType(); public void setStepSizeType( AgEExportToolStepSize ); |
[Python - STK API ] |
---|
@property def StepSizeType(self) -> "AgEExportToolStepSize": @StepSizeType.setter def StepSizeType(self, StepSizeType:"AgEExportToolStepSize") -> None: |