Home > All Other Interfaces > ILineString > IsClosed

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)