ArcObjects Library Reference (TrackingAnalyst)  

ITemporalRenderer2.PropPageMostCurrentRenderer Property

Provides the Class ID of the property page associated with the most current renderer.

[Visual Basic .NET]
Public Property PropPageMostCurrentRenderer As UID
[C#]
public UID PropPageMostCurrentRenderer {get; set;}
[C++]
HRESULT get_PropPageMostCurrentRenderer(
  IUID** ppiPPClassID
);
[C++]
HRESULT put_PropPageMostCurrentRenderer(
  IUID* ppiPPClassID
);
[C++]

Parameters

ppiPPClassID [out, retval]

  ppiPPClassID is a parameter of type IUID

ppiPPClassID [in]

  ppiPPClassID is a parameter of type IUID

Product Availability

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

See Also

ITemporalRenderer2 Interface