SqlGeometry::STCentroid Method ()
Returns the geometric center of a SqlGeometry instance consisting of one or more polygons.
Assembly: Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)
public: [SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)] SqlGeometry^ STCentroid()
Return Value
Type: Microsoft.SqlServer.Types::SqlGeometry^A SqlGeometry object that represents the geometric center of the calling SqlGeometry.
STCentroid returns null if the SqlGeometry instance is not a Polygon or MultiPolygon type.
Show:
