ArcGIS Runtime SDK for WPF - Library Reference
GeometryType Property
See Also 
ESRI.ArcGIS.Client.WebMap Namespace > LayerDefinition Class : GeometryType Property

Gets or sets the type of geometry used in the layer definition. This property is used with feature collections and CSV files. The only supported geometry for CSV files is esriGeometryPoint.

Syntax

Visual Basic (Declaration) 
Public Property GeometryType As Nullable(Of GeometryType)
C# 
public Nullable<GeometryType> GeometryType {get; set;}

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.