C# 클래스 MapAndPageLayoutSynchApp.Maps

Implementation of interface IMaps which is eventually a collection of Maps
상속: IMaps, IDisposable
파일 보기 프로젝트 열기: Esri/arcobjects-sdk-community-samples 1 사용 예제들

공개 메소드들

메소드 설명
Add ( IMap Map ) : void

Add the given Map to the collection

Create ( ) : IMap

Create a new Map, add it to the collection and return it to the caller

Dispose ( ) : void

Dispose the collection

Maps ( ) : System
Remove ( IMap Map ) : void

Remove the instance of the given Map

RemoveAt ( int Index ) : void

Remove the Map at the given index

Reset ( ) : void

Reset the Maps array

get_Item ( int Index ) : IMap

Return the Map at the given index

메소드 상세

Add() 공개 메소드

Add the given Map to the collection
public Add ( IMap Map ) : void
Map IMap
리턴 void

Create() 공개 메소드

Create a new Map, add it to the collection and return it to the caller
public Create ( ) : IMap
리턴 IMap

Dispose() 공개 메소드

Dispose the collection
public Dispose ( ) : void
리턴 void

Maps() 공개 메소드

public Maps ( ) : System
리턴 System

Remove() 공개 메소드

Remove the instance of the given Map
public Remove ( IMap Map ) : void
Map IMap
리턴 void

RemoveAt() 공개 메소드

Remove the Map at the given index
public RemoveAt ( int Index ) : void
Index int
리턴 void

Reset() 공개 메소드

Reset the Maps array
public Reset ( ) : void
리턴 void

get_Item() 공개 메소드

Return the Map at the given index
public get_Item ( int Index ) : IMap
Index int
리턴 IMap