IsClosed

If the linestring is closed (forming a linear ring), this method returns the Boolean TRUE.

 

JavaScript

 

IsClosed(

       IsClosed)

 

C#

 

void IsClosed(

       bool IsClosed)

 

C++

 

HRESULT IsClosed(

       VARIANT_BOOL* IsClosed)

Parameters

IsClosed

A Boolean that returns TRUE if the linestring is closed.

Exceptions

See:  HRESULT Return Values for a list of possible values returned by the HRESULT.