ArcObjects Library Reference (Carto)  

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