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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.