The SurfacePlacement can be one of:
Constant | Description |
---|---|
Enums.SurfacePlacementDraped | (0) Ignore the Z-values and drape the data on the surface. This value is deprecated since Esri::ArcGISRuntime 100.7. Use Enums.SurfacePlacementDrapedBillboarded instead. |
Enums.SurfacePlacementDrapedBillboarded | (1) The feature is draped on the surface by ignoring the Z-Value. Symbols will always face the camera. In the case of a ModelSceneSymbol, there is no difference in behavior between SurfacePlacementDrapedFlat and SurfacePlacementDrapedBillboarded. |
Enums.SurfacePlacementAbsolute | (2) The feature is placed at the elevation specified in meters above sea level. |
Enums.SurfacePlacementRelative | (3) The feature is placed at a height relative to the ground elevation. |
Enums.SurfacePlacementRelativeToScene | (3) The height (Z-Value) of the feature is relative to the scene altitude values. New value since 100.6. |
Enums.SurfacePlacementDrapedFlat | (4) The feature is draped to the surface by ignoring the Z-Value. Symbols will appear flat on the surface. New value since 100.7. In the case of a ModelSceneSymbol, there is no difference in behavior between SurfacePlacementDrapedFlat and SurfacePlacementDrapedBillboarded. |