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


ITemporalLayer.SupportedDrawPhases Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITemporalLayer Interface > ITemporalLayer.SupportedDrawPhases Property
ArcGIS Developer Help

ITemporalLayer.SupportedDrawPhases Property

Supported draw phases.

[Visual Basic .NET]
Public ReadOnly Property SupportedDrawPhases As Integer
[C#]
public int SupportedDrawPhases {get;}
[C++]
HRESULT get_SupportedDrawPhases(
  System.Int32* drawPhases
);
[C++]
Parameters
drawPhases [out, retval]

drawPhases is a parameter of type long*

Product Availability

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

See Also

ITemporalLayer Interface