This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITemporalRendererPropPage Interface > ITemporalRendererPropPage.PageDefaults Property (ArcObjects .NET 10.5 SDK) |
Indicates default values of renderer property pages.
[Visual Basic .NET] Public Property PageDefaults As IPropertySet
[C#] public IPropertySet PageDefaults {get; set;}
[C++]
HRESULT get_PageDefaults(
IPropertySet** ppiPropSet
);
[C++]
HRESULT put_PageDefaults(
IPropertySet* ppiPropSet
);
[C++]
Parameters ppiPropSet [out, retval]
ppiPropSet is a parameter of type IPropertySet ppiPropSet [in]
ppiPropSet is a parameter of type IPropertySet