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