Show / Hide Table of Contents

Constructor TableDescription

TableDescription(String, SpatialReference, GeometryType)

Initializes a new instance of the TableDescription class with the specified name, spatial reference, and geometry type.

Declaration
public TableDescription(string name, SpatialReference spatialReference, GeometryType geometryType)
Parameters
Type Name Description
String name

The field's name.

SpatialReference spatialReference

The table's spatial reference.

GeometryType geometryType

The table's geometry type.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.14
.NET 6.0100.14
.NET 6.0 Windows100.14
.NET Framework100.14
Xamarin.Android100.14
Xamarin.iOS100.14
UWP100.14

TableDescription(String)

Initializes a new instance of the TableDescription class with the specified name.

Declaration
public TableDescription(string name)
Parameters
Type Name Description
String name

The table's name.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.14
.NET 6.0100.14
.NET 6.0 Windows100.14
.NET Framework100.14
Xamarin.Android100.14
Xamarin.iOS100.14
UWP100.14
In This Article
Back to top Copyright © 2021 Esri.