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