Gets or sets whether to display the preview of a selected configuration.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property ShowPreview As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IConfigurationManager
Dim value As System.Boolean
instance.ShowPreview = value
value = instance.ShowPreview |
C# | |
---|
System.bool ShowPreview {get; set;} |
C++/CLI | |
---|
property System.bool ShowPreview {
System.bool get();
void set ( & System.bool value);
} |
Property Value
True to display the preview, false to restore the original ConfigurationManager
Example
Remarks
See Also
Availability
SOLIDWORKS 2018 FCS, Revision Number 26.0