ArcFM Responder Mobile Developer Guide
GridLayer Property (MMStandardMapBookClass)






Syntax
'Declaration
 
Public Overridable Property GridLayer As ESRI.ArcGIS.Carto.IFeatureLayer
'Usage
 
Dim instance As MMStandardMapBookClass
Dim value As ESRI.ArcGIS.Carto.IFeatureLayer
 
instance.GridLayer = value
 
value = instance.GridLayer
public virtual ESRI.ArcGIS.Carto.IFeatureLayer GridLayer {get; set;}
public read-write property GridLayer: ESRI.ArcGIS.Carto.IFeatureLayer; virtual; 
public function get,set GridLayer : ESRI.ArcGIS.Carto.IFeatureLayer
public: __property virtual ESRI.ArcGIS.Carto.IFeatureLayer* get_GridLayer();
public: __property virtual void set_GridLayer( 
   ESRI.ArcGIS.Carto.IFeatureLayer* value
);
public:
virtual property ESRI.ArcGIS.Carto.IFeatureLayer^ GridLayer {
   ESRI.ArcGIS.Carto.IFeatureLayer^ get();
   void set (    ESRI.ArcGIS.Carto.IFeatureLayer^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MMStandardMapBookClass Class
MMStandardMapBookClass Members

Send Feedback