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


ITrackingTextLabel.Dirty Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ITrackingTextLabel.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(
  VARIANT_BOOL* pbvarDirty
);
[C++]

Parameters pbvarDirty [out, retval] pbvarDirty is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ITrackingTextLabel Interface