Home > All Other Interfaces > IMultiLineString > IsClosed

IsClosed

Returns true if the multiline string is closed.

 

JavaScript

 

IsClosed(

      IsClosed)

 

C#

 

void IsClosed(

      bool IsClosed)

 

C++

 

HRESULT IsClosed(

      VARIANT_BOOL* IsClosed)

Parameters

IsClosed

A Boolean that indicates if the multiline is closed.

Exceptions

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