STK ObjectsSend 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 * 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:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.