This document is archived and information here might be outdated. Recommended version. |
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*