OrthotropicTemperatureDeleteCurvePoint Method

Deletes a temperature-dependent property for a material.

Definition

Namespace: HyperX.Scripting
Assembly: HyperX.Scripting (in HyperX.Scripting.dll) Version: 9.0.0.0 (9.0.0)
C#
public bool DeleteCurvePoint(
	AllowablePropertyName property,
	double x
)

Parameters

property  AllowablePropertyName
 
x  Double
x represents an x-value (for a non-polynomial method) or an allowable polynomial coefficient (represented by an enum).

Return Value

Boolean

See Also