com.esri.arcgis.carto
Interface IGraphicFeatureLayer2

All Superinterfaces:
Serializable

public interface IGraphicFeatureLayer2
extends Serializable

GraphicFeatureLayer2.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 boolean isHasM()
          isHasM
 boolean isHasZ()
          isHasZ
 boolean isVisible()
          Indicates whether the layer is visible as defined in the TOC (i.e.
 

Method Detail

isHasM

boolean isHasM()
               throws IOException,
                      AutomationException
isHasM

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The pHasM
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isHasZ

boolean isHasZ()
               throws IOException,
                      AutomationException
isHasZ

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The pHasZ
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isVisible

boolean isVisible()
                  throws IOException,
                         AutomationException
Indicates whether the layer is visible as defined in the TOC (i.e. marked on).

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The visible
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.