ArcGIS Pro 2.9 API Reference Guide
GetNormal Method

ArcGIS.Desktop.Mapping Namespace > VoxelLayer Class : GetNormal Method
Orientation angle in degrees.
Tilt angle in degrees.
Gets the normal unit vector for the provided orientation and tilt. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public Coordinate3D GetNormal( 
   double orientation,
   double tilt
)
Public Function GetNormal( _
   ByVal orientation As Double, _
   ByVal tilt As Double _
) As Coordinate3D

Parameters

orientation
Orientation angle in degrees.
tilt
Tilt angle in degrees.

Return Value

A ArcGIS.Core.Geometry.Coordinate3D representing the normal unit vector
Exceptions
ExceptionDescription
This method or property must be called within the lambda passed to QueuedTask.Run
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

VoxelLayer Class
VoxelLayer Members