Enums.SurfacePlacement enumeration

The SurfacePlacement can be one of:

ConstantDescription
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.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close