Table of Contents

Method SetFieldGeometry

Namespace
YndigoBlue.Velocity.Model
Assembly
YndigoBlue.Velocity.dll

SetFieldGeometry(string, Geometry)

Sets the value of a geometry (planar spatial) field.

public void SetFieldGeometry(string fieldName, Geometry value)

Parameters

fieldName string

The column name.

value Geometry

The NetTopologySuite.Geometries.Geometry value, or null to set the field to SQL NULL.