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





Description

Gets or sets the input type.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property InputType() As AgECircularApertureInputType

[C#]
public AgECircularApertureInputType InputType {get; set;}

[Managed C++]
public: __property AgECircularApertureInputType get_InputType();
public: __property void set_InputType(
AgECircularApertureInputType
);

[Unmanaged C++]
public: HRESULT get_InputType(
AgECircularApertureInputType * pRetVal
);
public: HRESULT put_InputType(
AgECircularApertureInputType NewInputType
);

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

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1