ShapefileSchema.Type Property
Gets or sets the type of geometries that will be written.
Thread safety: This property is not thread-safe.
Syntax
public GeometryType Type { get; set; }
Property Value
Platforms
Windows, Linux, Android
Gets or sets the type of geometries that will be written.
public GeometryType Type { get; set; }
Windows, Linux, Android
In this article
Gets or sets the type of geometries that will be written.
public:
GeometryType type ( ) const;
void type ( GeometryType value )
Windows, Linux, Android
In this article
Gets or sets the type of geometries that will be written.
public final GeometryType getType ( );
public final void setType ( GeometryType value );
Windows, Linux, Android
In this article
Gets or sets the type of geometries that will be written.
type
Windows, Linux, Android
In this article