Gets or sets whether to ignore clearances equal to or greater than
IClearanceVerificationMgr::GetMinimumAcceptableClearance.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property IgnoreClearanceEqualToSpecifiedValue As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IClearanceVerificationMgr
Dim value As System.Boolean
instance.IgnoreClearanceEqualToSpecifiedValue = value
value = instance.IgnoreClearanceEqualToSpecifiedValue |
C# | |
---|
System.bool IgnoreClearanceEqualToSpecifiedValue {get; set;} |
C++/CLI | |
---|
property System.bool IgnoreClearanceEqualToSpecifiedValue {
System.bool get();
void set ( & System.bool value);
} |
Property Value
True to ignore clearances equal to or greater than the specified value, false to not
Example
Remarks
See Also
Availability
SOLIDWORKS 2024 SP01, Revision Number 32.1