AGI STK Objects 11 Send comments on this topic.
YDimension Property (IAgAntennaModelApertureRectangularSincRealPower)
See Also 





Description

Gets or sets the y dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property YDimension() As Double

[C#]
public double YDimension {get; set;}

[Managed C++]
public: __property double get_YDimension();
public: __property void set_YDimension(
double
);

[Unmanaged C++]
public: HRESULT get_YDimension(
double * pRetVal
);
public: HRESULT put_YDimension(
double NewYDimension
);

[Java]
public double getYDimension();public void setYDimension(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1