Click or drag to resize
SoWinPlaneViewer Constructor (Control, String, Boolean, SoWinFullViewerBuildFlags, SoWinViewerTypes, Boolean, Boolean)
Initializes a new instance of the SoWinPlaneViewer class

Namespace: OIV.Inventor.Win.Viewers
Assembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public SoWinPlaneViewer(
	Control parent,
	string name,
	bool buildInsideParent,
	SoWinFullViewerBuildFlags flag,
	SoWinViewerTypes type,
	bool buildNow,
	bool sync
)

Parameters

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