Gets and sets whether to treat each part of a chamfer dimension as a separate characteristic for this inspection project.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property SplitChamferDimensions As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IInspectionProjectData
Dim value As System.Boolean
instance.SplitChamferDimensions = value
value = instance.SplitChamferDimensions |
C# | |
---|
System.bool SplitChamferDimensions {get; set;} |
C++/CLI | |
---|
property System.bool SplitChamferDimensions {
System.bool get();
void set ( & System.bool value);
} |
Property Value
True to create separate rows for the linear dimension and angle of a chamfer dimension, false to not
See Also
Availability
SOLIDWORKS Inspection API 2022 FCS