IsSame

This method returns TRUE if the selected coordinate system is the same as the specified one.

 

JavaScript

 

IsSame(

       pCoordinateSystem)

 

C#

 

bool IsSame(

       ICoordinateSystem80 pCoordinateSystem)

 

C++

 

HRESULT IsSame(

       ICoordinateSystem80* pCoordinateSystem,

       VARIANT_BOOL* pVal)

 

Parameters

pCoordinateSystem

An ICoordinateSystem80 representing the coordinate system to which the selected one is being compared.

Return Value

pVal

A Boolean indicating whether the two coordinate systems are the same.

Exceptions

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