ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / GeodesicEllipseParameter Class
Properties


In This Topic
    GeodesicEllipseParameter Class Members
    In This Topic

    The following tables list the members exposed by GeodesicEllipseParameter.

    Public Constructors
     NameDescription
    Public ConstructorCreatea an empty GeodesicEllipseParameter object for use in the GeometryEngine.GeodesicEllipse method.  
    Top
    Public Properties
     NameDescription
    Public Property Gets or sets the direction of the major axis of the ellipse as an angle in degrees.  
    Public Property Gets or sets the center of the ellipse in the coordinates of the spatial reference.  
    Public Property Gets or sets the linear unit of the SemiAxis1Length, SemiAxis2Length. Default is meters.  
    Public Property Gets or sets the type of geometry that will be created. Only multipoint, polyline and polygon are supported.  
    Public Property Gets or sets the length of the first semi axis.  
    Public Property Gets or sets the length of the second semi axis.  
    Public Property Gets or sets the number of vertices in the ellipse before projection to the spatial reference.  
    Top
    See Also