This document is archived and information here might be outdated.  Recommended version.


ILocationTrigger.GeometryIsCompatible Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

ILocationTrigger.GeometryIsCompatible Method

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.

See Also

ILocationTrigger Interface