Gets or sets whether to update all graphic layers in any mode.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property UpdateAllGraphicsLayers As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IModelView
Dim value As Boolean
instance.UpdateAllGraphicsLayers = value
value = instance.UpdateAllGraphicsLayers
|
C# | |
---|
bool UpdateAllGraphicsLayers {get; set;} |
C++/CLI | |
---|
property bool UpdateAllGraphicsLayers {
bool get();
void set (bool value);
} |
Return Value
True to enable all graphic layers in any mode, false to not
Remarks
See Also
Availability
SolidWorks 2008 FCS, Revision Number 16.0