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


ILocationTrigger.TestFeatureClass Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

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