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


IConditionalAction2.TestGeometry Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > IConditionalAction2 Interface > IConditionalAction2.TestGeometry Property
ArcGIS Developer Help

IConditionalAction2.TestGeometry Property

Geometry used for location trigger test.

[Visual Basic .NET]
Public Property TestGeometry As IGeometry
[C#]
public IGeometry TestGeometry {get; set;}
[C++]
HRESULT get_TestGeometry(
  IGeometry* ppiTestGeometry
);
[C++]
HRESULT put_TestGeometry(
  IGeometry** ppiTestGeometry
);
[C++]
Parameters
ppiTestGeometry [in]

ppiTestGeometry is a parameter of type IGeometry* ppiTestGeometry [out, retval]
ppiTestGeometry is a parameter of type IGeometry**

Product Availability

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

See Also

IConditionalAction2 Interface