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


In This Topic
    GeodesicSectorParameter Class Members
    In This Topic

    The following tables list the members exposed by GeodesicSectorParameter.

    Public Constructors
     NameDescription
    Public ConstructorCreate an empty GeodesicSectorParameter object for use in the GeometryEngine.GeodesicSector method.  
    Top
    Public Properties
     NameDescription
    Public Property Gets or sets the number of vertices in the arc.  
    Public Property Gets or sets the direction of the major axis of the arc's ellipse as an angle in degrees.  
    Public Property Gets or sets the center of the sector 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 number of vertices in the radius.  
    Public Property Gets or sets the sweep angle of the sector in degrees.  
    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 direction of starting radius of the sector as an angle in degrees.  
    Top
    See Also