This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IE > IEnhancedInfoRenderer Interface > IEnhancedInfoRenderer.RenderAllControl Property (ArcObjects .NET 10.4 SDK) |
Indicates if the render all control should be visible.
[Visual Basic .NET] Public Property RenderAllControl As Boolean
[C#] public bool RenderAllControl {get; set;}
[C++]
HRESULT get_RenderAllControl(
VARIANT_BOOL* pbvarShow
);
[C++]
HRESULT put_RenderAllControl(
VARIANT_BOOL pbvarShow
);
[C++]
Parameters pbvarShow [out, retval] pbvarShow is a parameter of type VARIANT_BOOL pbvarShow [in] pbvarShow is a parameter of type VARIANT_BOOL