SoImageFormulaProcessinginFormula Property |
Formula to apply on image(s).
Namespace: OIV.ImageViz.Engines.ArithmeticAndLogic.ArithmeticOperationsAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public SoSFString inFormula { get; }
Public ReadOnly Property inFormula As SoSFString
Get
public:
property SoSFString^ inFormula {
SoSFString^ get ();
}
member inFormula : SoSFString with get
Property Value
Type:
SoSFStringRemarks See Custom formula syntax for how to use a formula. Default value is "".
See Also