ArcObjects Library Reference (TrackingAnalyst)  

ILayerAction.Layer Property

Tracking layer upon which the action is performed.

[Visual Basic .NET]
Public Property Layer As ILayer
[C#]
public ILayer Layer {get; set;}
[C++]
HRESULT get_Layer(
  ILayer** pVal
);
[C++]
HRESULT putref_Layer(
  ILayer* pVal
);
[C++]

Parameters

pVal [out, retval]

  pVal is a parameter of type ILayer

pVal [in]

  pVal is a parameter of type ILayer

Product Availability

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

See Also

ILayerAction Interface