SoWinPlaneViewer Constructor (Control, String, Boolean, SoWinFullViewerBuildFlags, SoWinViewerTypes, Boolean) |
Calls SoWinPlaneViewer(parent, name, buildInsideParent, flag, type, buildNow, true).
Namespace: OIV.Inventor.Win.ViewersAssembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public SoWinPlaneViewer(
Control parent,
string name,
bool buildInsideParent,
SoWinFullViewerBuildFlags flag,
SoWinViewerTypes type,
bool buildNow
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Sub New (
parent As Control,
name As String,
buildInsideParent As Boolean,
flag As SoWinFullViewerBuildFlags,
type As SoWinViewerTypes,
buildNow As Boolean
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
SoWinPlaneViewer(
Control^ parent,
String^ name,
bool buildInsideParent,
SoWinFullViewerBuildFlags flag,
SoWinViewerTypes type,
bool buildNow
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
new :
parent : Control *
name : string *
buildInsideParent : bool *
flag : SoWinFullViewerBuildFlags *
type : SoWinViewerTypes *
buildNow : bool -> SoWinPlaneViewer
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
Remarks See Also