| Visual Basic | |
|---|---|
Property IgnoreToolboxFiles As System.Boolean | |
| C# | |
|---|---|
System.bool IgnoreToolboxFiles {get; set;} | |
| C++/CLI | |
|---|---|
property System.bool IgnoreToolboxFiles {
System.bool get();
void set ( & System.bool value);
} | |
Property Value
True to not remove Toolbox Library parts, false to remove themSee the IEdmClearLocalCache examples.
SOLIDWORKS PDM Professional 2010