C# Class ArcGISRuntime.Samples.Models.SampleStructureMap

Datei anzeigen Open project: Esri/arcgis-runtime-samples-dotnet Class Usage Examples

Private Properties

Property Type Description
Create SampleStructureMap

Public Methods

Method Description
GetSampleByName ( string sampleName ) : SampleModel

Gets sample by it's name.

Private Methods

Method Description
Create ( string metadataFilePath, Language language = Language.CSharp ) : SampleStructureMap

Creates new instance of SampleStructureMap by desirialing it from the json file provided. Returned instance will be fully loaded including other information that is not provided in the json file like samples.

Method Details

GetSampleByName() public method

Gets sample by it's name.
public GetSampleByName ( string sampleName ) : SampleModel
sampleName string The name of the sample.
return SampleModel