This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITemporalRenderer2 Interface > ITemporalRenderer2.PropPageTrackRenderer Property (ArcObjects .NET 10.4 SDK) |
Provides the Class ID of the property page associated with the track renderer.
[Visual Basic .NET] Public Property PropPageTrackRenderer As UID
[C#] public UID PropPageTrackRenderer {get; set;}
[C++]
HRESULT get_PropPageTrackRenderer(
IUID** ppiPPClassID
);
[C++]
HRESULT put_PropPageTrackRenderer(
IUID* ppiPPClassID
);
[C++]
Parameters ppiPPClassID [out, retval]
ppiPPClassID is a parameter of type IUID ppiPPClassID [in]
ppiPPClassID is a parameter of type IUID