This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > IConditionalAction2 Interface > IConditionalAction2.PolygonSourceName Property (ArcObjects .NET 10.4 SDK) |
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