SoSFMatrixSetValue Method (SbMatrix) |
Note: This API is now obsolete.
Sets this field to newValue.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Use Value property instead.")]
public void SetValue(
SbMatrix newValue
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Use Value property instead.")>
Public Sub SetValue (
newValue As SbMatrix
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Use Value property instead.")]
void SetValue(
SbMatrix newValue
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Use Value property instead.")>]
member SetValue :
newValue : SbMatrix -> unit
Parameters
- newValue
- Type: OIV.InventorSbMatrix
Remarks
See Also