11-11-2020
09:36 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
11-11-2020
09:36 AM
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