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
fieldNamestringThe column name.
valueGeometryThe NetTopologySuite.Geometries.Geometry value, or
nullto set the field to SQL NULL.