C# 클래스 MapControlSaveLayerFile.CreateNewDocument

Summary description for CreateNewDocument.
상속: BaseCommand
파일 보기 프로젝트 열기: Esri/arcobjects-sdk-community-samples 1 사용 예제들

공개 메소드들

메소드 설명
CreateNewDocument ( ) : System
OnClick ( ) : void

Occurs when this command is clicked

OnCreate ( object hook ) : void

Occurs when this command is created

메소드 상세

CreateNewDocument() 공개 메소드

public CreateNewDocument ( ) : System
리턴 System

OnClick() 공개 메소드

Occurs when this command is clicked
public OnClick ( ) : void
리턴 void

OnCreate() 공개 메소드

Occurs when this command is created
public OnCreate ( object hook ) : void
hook object Instance of the application
리턴 void