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


ILocationTrigger.GeometryIsCompatible Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILocationTrigger Interface > ILocationTrigger.GeometryIsCompatible Method
ArcGIS Developer Help

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