ArcObjects Library Reference (TrackingAnalyst)  

ITrackRenderer.PropPageTracksAdvancedRenderer Property

Provides the Class ID of the property page associated with the advanced renderer of the tracks.

[Visual Basic .NET]
Public Property PropPageTracksAdvancedRenderer As UID
[C#]
public UID PropPageTracksAdvancedRenderer {get; set;}
[C++]
HRESULT get_PropPageTracksAdvancedRenderer(
  IUID** ppiPPClassID
);
[C++]
HRESULT put_PropPageTracksAdvancedRenderer(
  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

ITrackRenderer Interface