ArcObjects Library Reference (TrackingAnalyst)  

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(
  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

ITrackingLabel Interface