AGI STK Objects 11 Send comments on this topic.
XDimension Property (IAgAntennaModelApertureRectangularCosinePedestal)
See Also 





Description

Gets or sets the x dimension.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_XDimension();
public: __property void set_XDimension(
double
);

[Unmanaged C++]
public: HRESULT get_XDimension(
double * pRetVal
);
public: HRESULT put_XDimension(
double NewXDimension
);

[Java]
public double getXDimension();public void setXDimension(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1