Indicates whether to draw the selected raster.
[Visual Basic 6.0] Property DrawSelectedRasters As Boolean
[Visual Basic .NET] Public Property DrawSelectedRasters As Boolean
[C#] public bool DrawSelectedRasters {get; set;}
[Java] public boolean isDrawSelectedRasters() throws IOException, AutomationException
[Java] public void setDrawSelectedRasters( boolean DrawSelectedRasters ) throws IOException, AutomationException
[C++]
HRESULT get_DrawSelectedRasters(
VARIANT_BOOL* b
);
[C++] HRESULT put_DrawSelectedRasters( VARIANT_BOOL b);
Parameters
b [out, retval]
b is a parameter of type VARIANT_BOOL
b [in]
b is a parameter of type VARIANT_BOOL