C# Class ArcGISRuntime.Samples.Models.SampleStructureMap

Afficher le fichier Open project: Esri/arcgis-runtime-samples-dotnet Class Usage Examples

Private Properties

Свойство Type Description
Create SampleStructureMap

Méthodes publiques

Méthode Description
GetSampleByName ( string sampleName ) : SampleModel

Gets sample by it's name.

Private Methods

Méthode 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 méthode

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