SoWinMaterialEditor Constructor (Control, String) |
Calls SoWinMaterialEditor(parent, name, true).
Namespace: OIV.Inventor.WinAssembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoWinMaterialEditor(
Control parent,
string name
)
Public Sub New (
parent As Control,
name As String
)
public:
SoWinMaterialEditor(
Control^ parent,
String^ name
)
new :
parent : Control *
name : string -> SoWinMaterialEditor
Parameters
- parent
- Type: System.Windows.FormsControl
- name
- Type: SystemString
Remarks See Also