| SoShaderParameterArray2fvalue 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 SoMFVec2f value { get; }Public ReadOnly Property value As SoMFVec2f
	Get
public:
property SoMFVec2f^ value {
	SoMFVec2f^ get ();
}member value : SoMFVec2f with get
Property Value
Type: 
SoMFVec2f
RemarksDefault is one value (0,0). 
See Also