EllipticalConeGetHeightAt Method
 | 
Returns the height of this elliptical cone
corresponding to the specified position on the U-axis (parameter).
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
24.2.0.0
Syntax
 
public double GetHeightAt(
        double parameter
)
 
Public Function GetHeightAt ( 
        parameter As Double
) As Double
 
public:
double GetHeightAt(
        double parameter
)
 
member GetHeightAt : 
        parameter : float -> float 
 
 
 
Parameters
- parameter  Double
 
- [in] Position on the U-axis of this elliptical cone.
 
Return Value
Double
 
See Also