Gets or sets the type of clearance check: between selected items or between selected items and the rest of the assembly.
.NET Syntax
| Visual Basic (Declaration) | |
|---|
Property CheckClearanceBetween As System.Integer |
| Visual Basic (Usage) | |
|---|
Dim instance As IClearanceVerificationMgr
Dim value As System.Integer
instance.CheckClearanceBetween = value
value = instance.CheckClearanceBetween |
| C# | |
|---|
System.int CheckClearanceBetween {get; set;} |
| C++/CLI | |
|---|
property System.int CheckClearanceBetween {
System.int get();
void set ( & System.int value);
} |
Property Value
Type of clearance check as defined by
swCheckClearanceBetween_e
Example
See Also
Availability
SOLIDWORKS 2024 SP01, Revision Number 32.1