ArcGIS Runtime SDK for iOS: AGSModelSceneSymbol.h File Reference
ArcGIS Runtime SDK for iOS  100.15
AGSModelSceneSymbol.h File Reference

Go to the source code of this file.

Enumerations

enum  AGSSymbolSizeUnits { AGSSymbolSizeUnitsDIPs = 0 , AGSSymbolSizeUnitsMeters = 1 }
 

Enumeration Type Documentation

◆ AGSSymbolSizeUnits

The list of possible size units for symbols. It describes the size units that can be applied to the symbols. For instance using DIPs for AGSModelSceneSymbol.

Since
100.5
Enumerator
AGSSymbolSizeUnitsDIPs 

Render the affected symbol by interpreting the size values as DIPs. Symbols in this mode remain the same screen space size no matter the camera's distance from the symbol itself.

AGSSymbolSizeUnitsMeters 

Render the affected symbol by interpreting the size values as meters. Symbols in this mode remain the same world space size no matter the camera's distance from the symbol itself.