| SoShaderParameterMatrixvalue 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 SoSFMatrix value { get; }Public ReadOnly Property value As SoSFMatrix
	Get
public:
property SoSFMatrix^ value {
	SoSFMatrix^ get ();
}member value : SoSFMatrix with get
Property Value
Type: 
SoSFMatrix
RemarksDefault is identity matrix. 
See Also