STK ObjectsSend 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 * pVal
);
public: HRESULT put_CrossSectionalArea(
    double CrossSectionalArea
);
[Java]
public double getCrossSectionalArea();
public void setCrossSectionalArea(
    double
);
[Python - STK API ]
@property
def CrossSectionalArea(self) -> float:

@CrossSectionalArea.setter
def CrossSectionalArea(self, CrossSectionalArea:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.