| SoShaderParameterArray1fvalue Property  | 
Specifies the parameter's value. 
 
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntaxpublic SoMFFloat value { get; }Public ReadOnly Property value As SoMFFloat
	Get
public:
property SoMFFloat^ value {
	SoMFFloat^ get ();
}member value : SoMFFloat with get
Property Value
Type: 
SoMFFloat
RemarksDefault is one value of zero. 
See Also