C# 클래스 CustomGxObject_CS.GxPyObject

상속: ESRI.ArcGIS.Catalog.IGxObject, ESRI.ArcGIS.Catalog.IGxObjectUI, ESRI.ArcGIS.Catalog.IGxObjectEdit, ESRI.ArcGIS.Catalog.IGxObjectProperties
파일 보기 프로젝트 열기: Esri/arcobjects-sdk-community-samples 1 사용 예제들

공개 메소드들

메소드 설명
Attach ( IGxObject Parent, IGxCatalog pCatalog ) : void
CanCopy ( ) : bool
CanDelete ( ) : bool
CanRename ( ) : bool
Delete ( ) : void
Detach ( ) : void
EditProperties ( int hParent ) : void
GetPropByIndex ( int Index, string &pName, object &pValue ) : void
GetProperty ( string Name ) : object
GxPyObject ( ) : System
GxPyObject ( string name ) : System
Refresh ( ) : void
Rename ( string newShortName ) : void
SetProperty ( string Name, object Value ) : void

비공개 메소드들

메소드 설명
ArcGISCategoryRegistration ( Type registerType ) : void

Required method for ArcGIS Component Category registration - Do not modify the contents of this method with the code editor.

ArcGISCategoryUnregistration ( Type registerType ) : void

Required method for ArcGIS Component Category unregistration - Do not modify the contents of this method with the code editor.

DeleteObject ( IntPtr hObject ) : bool
RegisterFunction ( Type registerType ) : void
SetBitmaps ( ) : void
SetNames ( string newName ) : void
UnregisterFunction ( Type registerType ) : void

메소드 상세

Attach() 공개 메소드

public Attach ( IGxObject Parent, IGxCatalog pCatalog ) : void
Parent IGxObject
pCatalog IGxCatalog
리턴 void

CanCopy() 공개 메소드

public CanCopy ( ) : bool
리턴 bool

CanDelete() 공개 메소드

public CanDelete ( ) : bool
리턴 bool

CanRename() 공개 메소드

public CanRename ( ) : bool
리턴 bool

Delete() 공개 메소드

public Delete ( ) : void
리턴 void

Detach() 공개 메소드

public Detach ( ) : void
리턴 void

EditProperties() 공개 메소드

public EditProperties ( int hParent ) : void
hParent int
리턴 void

GetPropByIndex() 공개 메소드

public GetPropByIndex ( int Index, string &pName, object &pValue ) : void
Index int
pName string
pValue object
리턴 void

GetProperty() 공개 메소드

public GetProperty ( string Name ) : object
Name string
리턴 object

GxPyObject() 공개 메소드

public GxPyObject ( ) : System
리턴 System

GxPyObject() 공개 메소드

public GxPyObject ( string name ) : System
name string
리턴 System

Refresh() 공개 메소드

public Refresh ( ) : void
리턴 void

Rename() 공개 메소드

public Rename ( string newShortName ) : void
newShortName string
리턴 void

SetProperty() 공개 메소드

public SetProperty ( string Name, object Value ) : void
Name string
Value object
리턴 void