AGI STK Objects 11 Send comments on this topic.
InputType Property (IAgAntennaModelGaussian)
See Also 





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 * pRetVal
);
public: HRESULT put_InputType(
AgEAntennaModelInputType NewInputType
);

[Java]
public AgEAntennaModelInputType getInputType();public void setInputType(
AgEAntennaModelInputType
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1