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


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

IConditionalAction.PolygonSource Property

Not Implemented - Use the PolygonSourceName property of IConditionalAction2.

[Visual Basic .NET]
Public Property PolygonSource As String
[C#]
public string PolygonSource {get; set;}
[C++]
HRESULT get_PolygonSource(
  System.String* pVal
);
[C++]
HRESULT put_PolygonSource(
  BSTR pVal
);
[C++]
Parameters
pVal [out, retval]

pVal is a parameter of type BSTR* pVal [in]
pVal is a parameter of type BSTR

Product Availability

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

See Also

IConditionalAction Interface