You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I wanted to render an installation symbol with feint dummy modifier, but I couldn't. When I examined the SymbologyUtilities class, I saw the line "feintDummyInstallationIsOn = (strSymbolID.charAt(10) == 'H' && strSymbolID.charAt(11) == 'B');" in the isFeintDummyInstallation method. In the documentation, I see it as 'F'. Should the symbol ID contain "HF" or "HB"?
The text was updated successfully, but these errors were encountered:
GizemAtasoy
changed the title
hhh
Is there an error in isFeintDummyInstallation method in SymbolUtilities class
Jun 28, 2024
Hello, I wanted to render an installation symbol with feint dummy modifier, but I couldn't. When I examined the SymbologyUtilities class, I saw the line "feintDummyInstallationIsOn = (strSymbolID.charAt(10) == 'H' && strSymbolID.charAt(11) == 'B');" in the isFeintDummyInstallation method. In the documentation, I see it as 'F'. Should the symbol ID contain "HF" or "HB"?
The text was updated successfully, but these errors were encountered: