Enables or disables the clipping boundary box which is a polygon resulted from the intersection between the clipping plane and the boundary box.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property EnableClippingBoundaryBox As Boolean |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As Medical3DVRT
Dim value As Boolean
instance.EnableClippingBoundaryBox = value
value = instance.EnableClippingBoundaryBox
|
| C# | |
|---|
public bool EnableClippingBoundaryBox {get; set;} |
| C++/CLI | |
|---|
public:
property bool EnableClippingBoundaryBox {
bool get();
void set (bool value);
} |
Return Value
true enables the clipping boundary box; false otherwise.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also