SoImageVizEngineOutputOutputFieldType, OutputTypeValue Property |
Gets the cached output value.
Namespace: OIV.ImageViz.EnginesAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public OutputType Value { get; set; }
Public Property Value As OutputType
Get
Set
public:
property OutputType Value {
OutputType get ();
void set (OutputType value);
}
member Value : 'OutputType with get, set
Property Value
Type:
OutputTypethe cached output value.
Remarks
Gets the cached output value.
See Also