Gets or sets whether to mark this configuration as deleted.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Delete As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISwDMConfiguration7
Dim value As Boolean
instance.Delete = value
value = instance.Delete
|
C# | |
---|
bool Delete {get; set;} |
C++/CLI | |
---|
property bool Delete {
bool get();
void set (bool value);
} |
Return Value
True marks this configuration as deleted, false does not
See Also
Availability
SolidWorks Document Manager API 2007 FCS