Show / Hide Table of Contents

Property GeometryType

GeometryType

Gets or sets the type of geometry that will be created.

Declaration
public GeometryType GeometryType { get; set; }
Property Value
Type Description
GeometryType

The type of geometry that will be created.

Remarks

Acceptable values are Multipoint, Polyline, and Polygon. A Polygon will be created by default.

Exceptions
Type Condition
System.NotSupportedException

Given GeometryType is not supported.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.3 - 200.3
.NET100.13 - 200.3
.NET Windows100.13 - 200.3
.NET Android200.0 - 200.3
.NET iOS200.0 - 200.3
.NET Framework100.0 - 200.3
Xamarin.Android100.0 - 100.15
Xamarin.iOS100.0 - 100.15
UWP100.0 - 200.3
In This Article
Back to top Copyright © 2022 Esri.