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


IConditionalActionSetup.PolygonSourceName Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

IConditionalActionSetup.PolygonSourceName Property

Get TODO.

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

Parameters ippPolygonSourceName [out, retval]
ippPolygonSourceName is a parameter of type IName ippPolygonSourceName [in]
ippPolygonSourceName is a parameter of type IName

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

IConditionalActionSetup Interface