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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.