SoGLViewportRegionElementSetElt Method |
Note: This API is now obsolete.
Calls SetElt(vpReg, 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 moved into protected section in future release. Please check the use of this method with the new visibilty.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void SetElt(
SbViewportRegion vpReg
)
<ObsoleteAttribute("Method is erroneousnly public. It would be moved into protected section in future release. Please check the use of this method with the new visibilty.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Sub SetElt (
vpReg As SbViewportRegion
)
public:
[ObsoleteAttribute(L"Method is erroneousnly public. It would be moved into protected section in future release. Please check the use of this method with the new visibilty.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
void SetElt(
SbViewportRegion vpReg
)
[<ObsoleteAttribute("Method is erroneousnly public. It would be moved into protected section in future release. Please check the use of this method with the new visibilty.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member SetElt :
vpReg : SbViewportRegion -> unit
Parameters
- vpReg
- Type: OIV.InventorSbViewportRegion
Remarks
See Also