Gets or sets whether to use the system default lightweight setting.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property UseLightWeightDefault As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IDocumentSpecification
Dim value As Boolean
instance.UseLightWeightDefault = value
value = instance.UseLightWeightDefault
|
C# | |
---|
bool UseLightWeightDefault {get; set;} |
C++/CLI | |
---|
property bool UseLightWeightDefault {
bool get();
void set (bool value);
} |
Return Value
True to use the system default lightweight setting, false to use
IDocumentSpecification::Lightweight value
Example
See Also
Availability
SolidWorks 2008 FCS, Revision Number 16.0