AGI STK Objects 11 Send comments on this topic.
CrossSectionalArea Property (IAgVeSpEnvVehTemperature)
See Also 





Description

Area used in thermal model. For plate, equals its surface area; for spehere, equals pi*radius^2. Uses SmallArea Dimension.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_CrossSectionalArea();
public: __property void set_CrossSectionalArea(
double
);

[Unmanaged C++]
public: HRESULT get_CrossSectionalArea(
double * pRetVal
);
public: HRESULT put_CrossSectionalArea(
double NewCrossSectionalArea
);

[Java]
public double getCrossSectionalArea();public void setCrossSectionalArea(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1