12-11-2023
08:46 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
12-11-2023
08:46 PM
Something like this? Do you have this logic built out to control your features?
If height <width Then
Feature.IsActive("LeftBottomFace") = True
Feature.IsActive("RightBottomFace") = True
ElseIf height >width Then
Feature.IsActive("LeftBottomFace") = False
Feature.IsActive("RightBottomFace") = False
EndIf
If this solved a problem, please click (accept) as solution.
Or if this helped you, please, click (like)
Regards
Alan
Or if this helped you, please, click (like)
Regards
Alan