C# Class A4WaterUtilities.DataTools

Datei anzeigen Open project: Esri/local-government-desktop-addins Class Usage Examples

Public Properties

Property Type Description
spatRefFact ISpatialReferenceFactory
srWGS84 IGeographicCoordinateSystem

Public Methods

Method Description
DataTools ( IApplication app ) : System
ExportSelectedRecordsToExcel ( ) : void
IdentifySelected ( ) : void

Private Methods

Method Description
ExportLayer ( Microsoft.Office.Interop.Excel ExcelWbk, IMxDocument MxDoc, IFeatureLayer FLayer, IProgressDialog2 &progressDialog, IStepProgressor &stepProgressor, ITrackCancel &trackCancel ) : bool
ExportTable ( Microsoft.Office.Interop.Excel ExcelWbk, IMxDocument MxDoc, IStandaloneTable StandTable, IProgressDialog2 &progressDialog, IStepProgressor &stepProgressor, ITrackCancel &trackCancel ) : bool

Method Details

DataTools() public method

public DataTools ( IApplication app ) : System
app IApplication
return System

ExportSelectedRecordsToExcel() public method

public ExportSelectedRecordsToExcel ( ) : void
return void

IdentifySelected() public method

public IdentifySelected ( ) : void
return void

Property Details

spatRefFact public_oe static_oe property

public static ISpatialReferenceFactory spatRefFact
return ISpatialReferenceFactory

srWGS84 public_oe static_oe property

public static IGeographicCoordinateSystem srWGS84
return IGeographicCoordinateSystem