CSPlaneIDWithLogicalValue Method |
Returns a copy of this identifier with an updated logical value.
Namespace: Altaxo.GraphAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic CSPlaneID WithLogicalValue(
double logicalValue
)
Parameters
- logicalValue Double
- The new logical value.
Return Value
CSPlaneIDThe current instance if the value is unchanged; otherwise, a modified copy.
See Also