C# 클래스 A4WaterUtilities.DataTools

파일 보기 프로젝트 열기: Esri/local-government-desktop-addins 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
spatRefFact ISpatialReferenceFactory
srWGS84 IGeographicCoordinateSystem

공개 메소드들

메소드 설명
DataTools ( IApplication app ) : System
ExportSelectedRecordsToExcel ( ) : void
IdentifySelected ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

DataTools() 공개 메소드

public DataTools ( IApplication app ) : System
app IApplication
리턴 System

ExportSelectedRecordsToExcel() 공개 메소드

public ExportSelectedRecordsToExcel ( ) : void
리턴 void

IdentifySelected() 공개 메소드

public IdentifySelected ( ) : void
리턴 void

프로퍼티 상세

spatRefFact 공개적으로 정적으로 프로퍼티

public static ISpatialReferenceFactory spatRefFact
리턴 ISpatialReferenceFactory

srWGS84 공개적으로 정적으로 프로퍼티

public static IGeographicCoordinateSystem srWGS84
리턴 IGeographicCoordinateSystem