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