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