Click or drag to resize
SoWinExaminerViewer Constructor (Control, String, Boolean, SoWinFullViewerBuildFlags, SoWinViewerTypes)

Constructor which specifies the viewer type.

Namespace: OIV.Inventor.Win.Viewers
Assembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoWinExaminerViewer(
	Control parent,
	string name,
	bool buildInsideParent,
	SoWinFullViewerBuildFlags flag,
	SoWinViewerTypes type
)

Parameters

parent
Type: System.Windows.FormsControl
name
Type: SystemString
buildInsideParent
Type: SystemBoolean
flag
Type: OIV.Inventor.Win.ViewersSoWinFullViewerBuildFlags
type
Type: OIV.Inventor.Win.ViewersSoWinViewerTypes
Remarks

Please refer to OIV.Inventor.Win.Viewers.SoWinViewer for a description of the viewer types.

NOTES

On Windows, the constructor will not create a new top level window you must pass a valid window handle for the parent parameter and pass true for buildInsideParent .

See Also