STK ObjectsSend comments on this topic.
InputType Property (IAgAntennaModelApertureRectangularCosine)
See Also
Windows





Windows & Linux

Description

Gets or sets the input type.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property InputType() As AgERectangularApertureInputType
[C#]
public AgERectangularApertureInputType InputType {get; set;}
[Managed C++]
public: __property AgERectangularApertureInputType get_InputType();
public: __property void set_InputType( AgERectangularApertureInputType );
[Unmanaged C++]
public: HRESULT get_InputType(
    AgERectangularApertureInputType * pVal
);
public: HRESULT put_InputType(
    AgERectangularApertureInputType val
);
[Java]
public AgERectangularApertureInputType getInputType();
public void setInputType(
    AgERectangularApertureInputType
);
[Python - STK API ]
@property
def InputType(self) -> "AgERectangularApertureInputType":

@InputType.setter
def InputType(self, val:"AgERectangularApertureInputType") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.