AxisIndicator Enumeration | 
 
            Specifies one of the three Cartesian axes.
            
 
    Namespace: 
   AGI.Foundation.Coordinates
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic enum AxisIndicator
Public Enumeration AxisIndicator
public enum class AxisIndicator
Members| 
									 
								 | Member name | Description | 
|---|
 | First | 
            The first axis (commonly the x-axis).
             | 
 | Second | 
            The second axis (commonly the y-axis).
             | 
 | Third | 
            The third axis (commonly the z-axis).
             | 
See Also