Gets whether the drawing view is currently showing the assembly as exploded or collasped.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IsExploded() As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IView
Dim value As Boolean
value = instance.IsExploded()
|
C++/CLI | |
---|
bool IsExploded(); |
Return Value
True if this drawing view is showing an exploded assembly view, false if not
See Also