| SoTextureMatrixElementCallGetElt Method |
Note: This API is now obsolete.
Calls CallGetElt(System.Int32(0)).
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.38.0 (9.9.38.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Method is erroneousnly public. It would be inaccessible in future release.")]
public SbMatrix CallGetElt()<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Method is erroneousnly public. It would be inaccessible in future release.")>
Public Function CallGetElt As SbMatrixpublic:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Method is erroneousnly public. It would be inaccessible in future release.")]
SbMatrix CallGetElt()
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Method is erroneousnly public. It would be inaccessible in future release.")>]
member CallGetElt : unit -> SbMatrix
Return Value
Type:
SbMatrix
Remarks
See Also