AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

virtual bool MgLayerGroup::GetVisible (  )  [virtual]

Determines if the layer group is potentially visible.

Remarks:
Note that this method may return true even though the group is not visible. This will occur if one of the groups this group is organized within is not visible.
.NET Syntax
bool GetVisible();
Java Syntax
boolean GetVisible();
PHP Syntax
bool GetVisible();

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