Adds a sub-dialog to the lighting dialog.
.NET Syntax
| Visual Basic (Declaration) | |
|---|
Function AddSubDialog( _
ByVal Page As Integer _
) As Boolean |
| Visual Basic (Usage) | |
|---|
Dim instance As ILightDialog
Dim Page As Integer
Dim value As Boolean
value = instance.AddSubDialog(Page)
|
| C# | |
|---|
bool AddSubDialog(
int Page
) |
| C++/CLI | |
|---|
bool AddSubDialog(
& int Page
) |
Parameters
- Page
Pointer to a CDialog object cast to a long
Return Value
True if the dialog was successfully added, false if not
Remarks
See Also
Availability
SolidWorks 99, datecode 1999207