Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
inulobo
in reply to: WCrihfield

I figured it out. I had a typo and I consolidated my information. See code block below. 

 

For Each ordDim2 In oDim.OrdinateDimensionSet.Members
 If ordDim2.Text.Text <> 0 Then
  If ordDim2.IsInspectionDimension = True Then
  Else
  Call ordDim2.SetInspectionDimensionData(kRoundedEndsInspectionBorder)
  End If
 Else
 End If
Next
i = i + 1