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


ILocationTrigger.TestFeatureClass Property (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.TestFeatureClass Property
ArcGIS Developer Help

ILocationTrigger.TestFeatureClass Property

Feature class containing geometry used in the location query.

[Visual Basic .NET]
Public WriteOnly Property TestFeatureClass
[C#]
public void TestFeatureClass {set;}
[C++]
HRESULT put_TestFeatureClass(
  IFeatureClass* 
);
[C++]
Parameters
 [in]

is a parameter of type IFeatureClass*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ILocationTrigger Interface