ArcObjects Library Reference  (TrackingAnalyst)    

ITemporalRenderer.FromPropertyPages Property

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

[Visual Basic 6.0]
Property FromPropertyPages As Boolean
[Visual Basic .NET]
Public WriteOnly Property FromPropertyPages
[C#]
public void FromPropertyPages {set;}
[Java]
public boolean setFromPropertyPages()
throws
    IOException,
    AutomationException
[C++]
HRESULT put_FromPropertyPages(
  VARIANT_BOOL 
);
[C++]

Parameters

[in]

   is a parameter of type VARIANT_BOOL

Product Availability

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

Description

This Property will tell the get_TemporalLegend who's making the request for the legend: the PropertyPages not someone else.

See Also

ITemporalRenderer Interface

 


Feedback Send feedback on this page