This document is archived and information here might be outdated. Recommended version. |
Determines whether or not the geometry is compatible for the location trigger.
[Visual Basic .NET] Public Sub GeometryIsCompatible ( _ ByVal eTypeA As esriGeometryType, _ ByVal eTypeB As esriGeometryType _ )
[C#] public void GeometryIsCompatible ( esriGeometryType eTypeA, esriGeometryType eTypeB );
[C++]
HRESULT GeometryIsCompatible(
esriGeometryType eTypeA,
esriGeometryType eTypeB
);
[C++] Parameters eTypeA [in]
eTypeA is a parameter of type esriGeometryType eTypeB [in]
eTypeB is a parameter of type esriGeometryType