C# Class A4WaterUtilities.DataTools

Afficher le fichier Open project: Esri/local-government-desktop-addins Class Usage Examples

Méthodes publiques

Свойство Type Description
spatRefFact ISpatialReferenceFactory
srWGS84 IGeographicCoordinateSystem

Méthodes publiques

Méthode Description
DataTools ( IApplication app ) : System
ExportSelectedRecordsToExcel ( ) : void
IdentifySelected ( ) : void

Private Methods

Méthode 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 méthode

public DataTools ( IApplication app ) : System
app IApplication
Résultat System

ExportSelectedRecordsToExcel() public méthode

public ExportSelectedRecordsToExcel ( ) : void
Résultat void

IdentifySelected() public méthode

public IdentifySelected ( ) : void
Résultat void

Property Details

spatRefFact public_oe static_oe property

public static ISpatialReferenceFactory spatRefFact
Résultat ISpatialReferenceFactory

srWGS84 public_oe static_oe property

public static IGeographicCoordinateSystem srWGS84
Résultat IGeographicCoordinateSystem