AGI STK Objects 11 Send comments on this topic.
Area Property (IAgAntennaModelOpticalSimple)
See Also 





Description

Gets or sets the area.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_Area();
public: __property void set_Area(
double
);

[Unmanaged C++]
public: HRESULT get_Area(
double * pRetVal
);
public: HRESULT put_Area(
double NewArea
);

[Java]
public double getArea();public void setArea(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1