AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

virtual bool MgLayerGroup::IsVisible (  )  [virtual]

Determines the actual visibility of the group.

Remarks:
The visibility depends on the visible property of the group, and the visible property of each group this group is organized within.
.NET Syntax
bool IsVisible();
Java Syntax
boolean IsVisible();
PHP Syntax
bool IsVisible();

Returns:
Returns true if the layer group is visible, or false otherwise.
Example (PHP) See MgMapBase class .