This document is archived and information here might be outdated. Recommended version. |
Returns True, if this transformation can be used to transform from pSRFrom to pSRTo.
[Visual Basic .NET] Public Function IsCompatibleWith ( _ ByVal pSRFrom As ISpatialReference, _ ByVal pSRTo As ISpatialReference _ ) As Boolean
[C#] public bool IsCompatibleWith ( ISpatialReference pSRFrom, ISpatialReference pSRTo );
[C++]
HRESULT IsCompatibleWith(
ISpatialReference* pSRFrom,
ISpatialReference* pSRTo
);
[C++] Parameters pSRFrom
pSRFrom is a parameter of type ISpatialReference* pSRTo
pSRTo is a parameter of type ISpatialReference*