STK ObjectsSend comments on this topic.
InputType Property (IAgAntennaModelGaussian)
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 AgEAntennaModelInputType
[C#]
public AgEAntennaModelInputType InputType {get; set;}
[Managed C++]
public: __property AgEAntennaModelInputType get_InputType();
public: __property void set_InputType( AgEAntennaModelInputType );
[Unmanaged C++]
public: HRESULT get_InputType(
    AgEAntennaModelInputType * pInputType
);
public: HRESULT put_InputType(
    AgEAntennaModelInputType inputType
);
[Java]
public AgEAntennaModelInputType getInputType();
public void setInputType(
    AgEAntennaModelInputType
);
[Python - STK API ]
@property
def InputType(self) -> "AgEAntennaModelInputType":

@InputType.setter
def InputType(self, inputType:"AgEAntennaModelInputType") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.