Polygon Method
Starts a new polygon.
Namespace: System.Spatial
Assembly: System.Spatial (in System.Spatial.dll)
Syntax
'Declaration
Public Function Polygon As GeometryFactory(Of T)
'Usage
Dim instance As GeometryFactory
Dim returnValue As GeometryFactory(Of T)
returnValue = instance.Polygon()
public GeometryFactory<T> Polygon()
public:
GeometryFactory<T>^ Polygon()
member Polygon : unit -> GeometryFactory<'T>
public function Polygon() : GeometryFactory<T>
Return Value
Type: System.Spatial..::..GeometryFactory< (Of < ( <'T> ) > ) >
The current instance of geometry factory.