MasterCurveCreationGetPropertiesOfCurve Method |
Gets two property values from the specified curve.
Namespace: Altaxo.Science.Thermorheology.MasterCurvesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static (AltaxoVariant property1Value, AltaxoVariant property2Value) GetPropertiesOfCurve(
XAndYColumn curve,
string property1Name,
string property2Name
)
Parameters
- curve XAndYColumn
- The curve whose properties are queried.
- property1Name String
- The name of the first property.
- property2Name String
- The name of the second property.
Return Value
ValueTupleAltaxoVariant,
AltaxoVariantThe values of the requested properties.
See Also