Gets whether to display an intermediate dialog, which allows the interactive user to set options before opening a document.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property InteractiveAdvancedOpen As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IDocumentSpecification
Dim value As Boolean
instance.InteractiveAdvancedOpen = value
value = instance.InteractiveAdvancedOpen
|
C# | |
---|
bool InteractiveAdvancedOpen {get; set;} |
C++/CLI | |
---|
property bool InteractiveAdvancedOpen {
bool get();
void set (bool value);
} |
Return Value
True to display an intermediate dialog to the interactive user, false to not (default)
Example
See Also
Availability
SolidWorks 2010 FCS, Revision Number 18.0