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


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

ITemporalRenderer.FromPropertyPages Property

Indicates who is making the request for the legend: the property pages.

[Visual Basic .NET]
Public WriteOnly Property FromPropertyPages
[C#]
public void FromPropertyPages {set;}
[C++]
HRESULT put_FromPropertyPages(
  VARIANT_BOOL 
);
[C++]
Parameters
 [in]

is a parameter of type bool

Product Availability

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

See Also

ITemporalRenderer Interface