STK ObjectsSend 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
);
[Python - STK API ]
@property
def InputType(self) -> "AgECircularApertureInputType":

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.