ArcGIS Pro 2.6 API Reference Guide
Coordinate3D Structure Members
Fields  Properties  Methods 


ArcGIS.Core.Geometry Namespace : Coordinate3D Structure

The following tables list the members exposed by Coordinate3D.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Fields
 NameDescription
Public Field The x-component.  
Public Field The y-component.  
Public Field The z-component.  
Top
Public Properties
 NameDescription
Public Property Gets the azimuth of the Coordinate3D. The azimuth is measured in radians.  
Public Property Gets the inclination of the Coordinate3D. The inclination is measured in radians.  
Public Property Indicates if the Coordinate3D is empty.  
Public Property Gets or sets the length of the Coordinate3D as a vector.  
Top
Public Methods
 NameDescription
Public Method Constructs a new Coordinate3D by adding another Coordinate3D to this Coordinate3D. Vector addition is used.  
Public Method Constructs the cross product of this Coordinate3D and another Coordinate3D. Vector cross product is used.  
Public Method Calculates the dot product of this Coordinate3D and another Coordinate3D. Vector dot product is used.  
Public Method Constructs a Coordinate3D with Magnitude = 1 from this vector;  
Public Method Moves the Coordinate3D by adding a shift value to each component.  
Public Method Normalizes the Coordinate3D which means it is scaled to magnitude = 1.  
Public Method Gets the components of the Coordinate3D.  
Public Method Gets the polar components of the Coordinate3D. Angles are in radians.  
Public Method Rotates the Coordinate3D around an axis defined by another Coordinate3D. The angle is in radians.  
Public Method Scales the Coordinate3D by the given factor.  
Public Method Sets the components of the Coordinate3D.  
Public Method Sets the coordinate to empty.  
Public Method Sets the components of the Coordinate3D from polar components. Angles are in radians.  
Public Method Convert the Coordinate3D into a MapPoint.  
Top
Public Operators
Allow explicit casting of a MapPoint to a Coordinate3D.
Top
See Also

Reference

Coordinate3D Structure
ArcGIS.Core.Geometry Namespace