C# Класс ArcGISRuntime.Samples.Models.SampleStructureMap

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
Create SampleStructureMap

Открытые методы

Метод Описание
GetSampleByName ( string sampleName ) : SampleModel

Gets sample by it's name.

Приватные методы

Метод Описание
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.

Описание методов

GetSampleByName() публичный Метод

Gets sample by it's name.
public GetSampleByName ( string sampleName ) : SampleModel
sampleName string The name of the sample.
Результат SampleModel