IsWktValid

Returns TRUE if the coordinate system’s WKT is valid.

 

JavaScript

 

IsWktValid()

 

C#

 

bool IsWktValid()

 

C++

 

HRESULT IsWktValid(

       VARIANT_BOOL* pVal)

Return Value

pVal

A Boolean indicating whether the WKT is valid.

Exceptions

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