Gets or sets the input type.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property InputType() As AgERectangularApertureInputType |
| [C#] |
|---|
public AgERectangularApertureInputType InputType {get; set;} |
| [Managed C++] |
|---|
public: __property AgERectangularApertureInputType get_InputType(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgERectangularApertureInputType getInputType(); public void setInputType( AgERectangularApertureInputType ); |
[Python - STK API ] |
|---|
@property def InputType(self) -> "AgERectangularApertureInputType": @InputType.setter def InputType(self, val:"AgERectangularApertureInputType") -> None: |






