SoShaderParameterArray4fvalue Property |
Specifies the parameter's value.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public SoMFVec4f value { get; }
Public ReadOnly Property value As SoMFVec4f
Get
public:
property SoMFVec4f^ value {
SoMFVec4f^ get ();
}
member value : SoMFVec4f with get
Property Value
Type:
SoMFVec4fRemarks Default is one value (0,0,0,0).
See Also