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 System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IDocumentSpecification
Dim value As System.Boolean
instance.InteractiveAdvancedOpen = value
value = instance.InteractiveAdvancedOpen |
C# | |
---|
System.bool InteractiveAdvancedOpen {get; set;} |
C++/CLI | |
---|
property System.bool InteractiveAdvancedOpen {
System.bool get();
void set ( & System.bool value);
} |
Property Value
True to display an intermediate dialog to the interactive user, false to not (default)
Example
Remarks
See Also
Availability
SOLIDWORKS 2010 FCS, Revision Number 18.0