Gets whether the model can be exploded.
.NET Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Property CanExplode As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IEModelMarkupControl
Dim value As Boolean
value = instance.CanExplode
|
C# | |
---|
bool CanExplode {get;} |
C++/CLI | |
---|
property bool CanExplode {
bool get();
} |
Return Value
True if the model can be exploded, false if it cannot
See Also
Availability
SolidWorks eDrawings API 2005 SP0