ArcObjects Library Reference (TrackingAnalyst)  

ITemporalLayer.SupportedDrawPhases Property

Supported draw phases.

[Visual Basic .NET]
Public ReadOnly Property SupportedDrawPhases As Integer
[C#]
public int SupportedDrawPhases {get;}
[C++]
HRESULT get_SupportedDrawPhases(
  long* 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