C# Class ArcGISRuntimeXamarin.Samples.ChangeSublayerVisibility.ChangeSublayerVisibility

Inheritance: UIViewController
ファイルを表示 Open project: Esri/arcgis-runtime-samples-dotnet

Public Methods

Method Description
ChangeSublayerVisibility ( ) : Esri.ArcGISRuntime.Geometry
ChangeSublayerVisibility ( ) : Esri.ArcGISRuntime.Mapping
DidReceiveMemoryWarning ( ) : void
ViewDidLoad ( ) : void

Protected Methods

Method Description
OnCreate ( Bundle bundle ) : void

Private Methods

Method Description
CreateLayout ( ) : void
Initialize ( ) : void
OnCellOnOffChanged ( object sender, ToggledEventArgs e ) : void
OnSublayersClicked ( object sender, EventArgs e ) : void
OnSublayersMenuItemClicked ( object sender, PopupMenu e ) : void

Method Details

ChangeSublayerVisibility() public method

public ChangeSublayerVisibility ( ) : Esri.ArcGISRuntime.Geometry
return Esri.ArcGISRuntime.Geometry

ChangeSublayerVisibility() public method

public ChangeSublayerVisibility ( ) : Esri.ArcGISRuntime.Mapping
return Esri.ArcGISRuntime.Mapping

DidReceiveMemoryWarning() public method

public DidReceiveMemoryWarning ( ) : void
return void

OnCreate() protected method

protected OnCreate ( Bundle bundle ) : void
bundle Bundle
return void

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void