AGI STK Objects 11Send comments on this topic.
InputType Property (IAgAntennaModelApertureCircularCosineSquaredPedestal)
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 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 * pVal
);
public: HRESULT put_InputType(
    AgECircularApertureInputType val
);
[Java]
public AgECircularApertureInputType getInputType();
public void setInputType(
    AgECircularApertureInputType
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.