SoViewingMatrixElementCallSetElt Method |
Note: This API is now obsolete.
Calls CallSetElt(matrix, true).
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[ObsoleteAttribute("Method is erroneousnly public. It would be inaccessible in future release.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void CallSetElt(
SbMatrix matrix
)
<ObsoleteAttribute("Method is erroneousnly public. It would be inaccessible in future release.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Sub CallSetElt (
matrix As SbMatrix
)
public:
[ObsoleteAttribute(L"Method is erroneousnly public. It would be inaccessible in future release.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
void CallSetElt(
SbMatrix matrix
)
[<ObsoleteAttribute("Method is erroneousnly public. It would be inaccessible in future release.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member CallSetElt :
matrix : SbMatrix -> unit
Parameters
- matrix
- Type: OIV.InventorSbMatrix
Remarks
See Also