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


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

ITrackingLabel.Dirty Property

Indicates if the label properties have changed since last drawn.

[Visual Basic .NET]
Public ReadOnly Property Dirty As Boolean
[C#]
public bool Dirty {get;}
[C++]
HRESULT get_Dirty(
  Boolean* pbvarDirty
);
[C++]
Parameters
pbvarDirty [out, retval]

pbvarDirty is a parameter of type bool*

Product Availability

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

See Also

ITrackingLabel Interface