Controls whether or not the observation legend is drawn in the table of contents.
[Visual Basic 6.0] Property ShowObservationLegendGroup As Boolean
[Visual Basic .NET] Public Property ShowObservationLegendGroup As Boolean
[C#] public bool ShowObservationLegendGroup {get; set;}
[Java] public boolean isShowObservationLegendGroup() throws IOException, AutomationException
[Java] public void setShowObservationLegendGroup( boolean ShowObservationLegendGroup ) throws IOException, AutomationException
[C++]
HRESULT get_ShowObservationLegendGroup(
VARIANT_BOOL* pbShowObservations
);
[C++] HRESULT put_ShowObservationLegendGroup( VARIANT_BOOL pbShowObservations);
Parameters
pbShowObservations [out, retval]
pbShowObservations is a parameter of type VARIANT_BOOL
pbShowObservations [in]
pbShowObservations is a parameter of type VARIANT_BOOL
This property controls whether or not the Observation legend is drawn in the table of contents view.