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


IConditionalAction2.PolygonSourceName 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.PolygonSourceName Property
ArcGIS Developer Help

IConditionalAction2.PolygonSourceName Property

Name of a feature class containing polygons to test location trigger actions.

[Visual Basic .NET]
Public Property PolygonSourceName As IName
[C#]
public IName PolygonSourceName {get; set;}
[C++]
HRESULT get_PolygonSourceName(
  IName** ppiSourceName
);
[C++]
HRESULT putref_PolygonSourceName(
  IName* ppiSourceName
);
[C++]
Parameters
ppiSourceName [out, retval]

ppiSourceName is a parameter of type IName** ppiSourceName [in]
ppiSourceName is a parameter of type IName*

Product Availability

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

See Also

IConditionalAction2 Interface