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